| .. |
|
Emit
|
bd278dd00d
Mirror changes from mono/corefx,coreclr (#17777)
|
6 лет назад |
|
AmbiguousMatchException.cs
|
f39ac1d32d
Fix FxCop warning CA2229 (private deserialization ctor)
|
6 лет назад |
|
Assembly.cs
|
1f2f9b929b
Add tracing for handling of dependencies for Assembly.LoadFrom (#27833)
|
6 лет назад |
|
AssemblyAlgorithmIdAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyCompanyAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyConfigurationAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyContentType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyCopyrightAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyCultureAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyDefaultAliasAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyDelaySignAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyDescriptionAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyFileVersionAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyFlagsAttribute.cs
|
c48dd0608d
Fix IDE0025 (use expression body for properties)
|
6 лет назад |
|
AssemblyInformationalVersionAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyKeyFileAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyKeyNameAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyMetadataAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyName.cs
|
1e3d017479
More corelib cleanup (dotnet/coreclr#26993)
|
6 лет назад |
|
AssemblyNameFlags.cs
|
35d8ca894b
Fix StyleCop warning SA1005 (single line comment spacing)
|
6 лет назад |
|
AssemblyNameFormatter.cs
|
670738b55f
Use const internally in corelib for Environment.NewLine (#27013)
|
6 лет назад |
|
AssemblyProductAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblySignatureKeyAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyTitleAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyTrademarkAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
AssemblyVersionAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
Binder.cs
|
5eedd4f813
Fix nullable annotations on Binder.ReorderArgumentArray
|
6 лет назад |
|
BindingFlags.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
CallingConventions.cs
|
35d8ca894b
Fix StyleCop warning SA1005 (single line comment spacing)
|
6 лет назад |
|
ConstructorInfo.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
CorElementType.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
CustomAttributeExtensions.cs
|
9a11bd94a3
Move some CustomAttribute related types to shared (dotnet/coreclr#23651)
|
6 лет назад |
|
CustomAttributeFormatException.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
CustomAttributeNamedArgument.cs
|
c48dd0608d
Fix IDE0025 (use expression body for properties)
|
6 лет назад |
|
CustomAttributeTypedArgument.cs
|
c256e409c9
More Corelib cleanup (dotnet/coreclr#26872)
|
6 лет назад |
|
DefaultMemberAttribute.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
EventAttributes.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
EventInfo.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
ExceptionHandlingClause.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ExceptionHandlingClauseOptions.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
FieldAttributes.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
FieldInfo.cs
|
eab7775571
PR Feedback
|
6 лет назад |
|
GenericParameterAttributes.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ICustomAttributeProvider.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
IReflect.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
IReflectableType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ImageFileMachine.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
InterfaceMapping.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
IntrospectionExtensions.cs
|
5f38497e19
Remove unused usings from Corlib (dotnet/coreclr#26250)
|
6 лет назад |
|
InvalidFilterCriteriaException.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
LocalVariableInfo.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ManifestResourceInfo.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
MemberFilter.cs
|
c2796feb97
Fix some nullable annotations from API Review
|
6 лет назад |
|
MemberInfo.cs
|
c48dd0608d
Fix IDE0025 (use expression body for properties)
|
6 лет назад |
|
MemberTypes.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
MethodAttributes.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
MethodBase.cs
|
a6b91f4295
Mirror changes from mono/coreclr (#16547)
|
6 лет назад |
|
MethodBody.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
MethodImplAttributes.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
MethodInfo.Internal.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
MethodInfo.cs
|
c48dd0608d
Fix IDE0025 (use expression body for properties)
|
6 лет назад |
|
Missing.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
Module.cs
|
c48dd0608d
Fix IDE0025 (use expression body for properties)
|
6 лет назад |
|
ModuleResolveEventHandler.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ObfuscateAssemblyAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ObfuscationAttribute.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ParameterAttributes.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ParameterInfo.cs
|
c48dd0608d
Fix IDE0025 (use expression body for properties)
|
6 лет назад |
|
ParameterModifier.cs
|
ff7dd88cfa
Use expression-bodied members in more places (dotnet/coreclr#26500)
|
6 лет назад |
|
Pointer.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
PortableExecutableKinds.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ProcessorArchitecture.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
PropertyAttributes.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
PropertyInfo.cs
|
c2796feb97
Fix some nullable annotations from API Review
|
6 лет назад |
|
ReflectionContext.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ReflectionTypeLoadException.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
ResourceAttributes.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
ResourceLocation.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignatureArrayType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignatureByRefType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignatureConstructedGenericType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignatureGenericMethodParameterType.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
SignatureGenericParameterType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignatureHasElementType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignaturePointerType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignatureType.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
SignatureTypeExtensions.cs
|
5f38497e19
Remove unused usings from Corlib (dotnet/coreclr#26250)
|
6 лет назад |
|
StrongNameKeyPair.cs
|
c48dd0608d
Fix IDE0025 (use expression body for properties)
|
6 лет назад |
|
TargetException.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
TargetInvocationException.cs
|
f39ac1d32d
Fix FxCop warning CA2229 (private deserialization ctor)
|
6 лет назад |
|
TargetParameterCountException.cs
|
f39ac1d32d
Fix FxCop warning CA2229 (private deserialization ctor)
|
6 лет назад |
|
TypeAttributes.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 лет назад |
|
TypeDelegator.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 лет назад |
|
TypeFilter.cs
|
c2796feb97
Fix some nullable annotations from API Review
|
6 лет назад |
|
TypeInfo.cs
|
35d8ca894b
Fix StyleCop warning SA1005 (single line comment spacing)
|
6 лет назад |