15 references to GetProperties
ILCompiler.Compiler (8)
Compiler\Dataflow\FlowAnnotations.cs (1)
503
foreach (PropertyDefinitionHandle propertyHandle in reader.GetTypeDefinition(ecmaType.Handle).
GetProperties
())
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
223
foreach (PropertyDefinitionHandle propDefHandle in typeDefinition.
GetProperties
())
Compiler\DependencyAnalysis\MethodMetadataNode.cs (1)
101
foreach (PropertyDefinitionHandle propertyHandle in declaringType.
GetProperties
())
Compiler\Logging\DocumentationSignatureParser.cs (1)
644
foreach (var propertyHandle in type.MetadataReader.GetTypeDefinition(type.Handle).
GetProperties
())
Compiler\SubstitutionProvider.cs (1)
99
foreach (PropertyDefinitionHandle propertyHandle in reader.GetTypeDefinition(declaringType.Handle).
GetProperties
())
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\DynamicallyAccessedMembersBinder.cs (1)
309
foreach (var propertyHandle in ecmaType.MetadataReader.GetTypeDefinition(ecmaType.Handle).
GetProperties
())
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\EcmaExtensions.cs (1)
56
foreach (var propertyHandle in reader.GetTypeDefinition(type.Handle).
GetProperties
())
src\runtime\src\coreclr\tools\Common\Compiler\PseudoDescExtensions.cs (1)
20
foreach (var propertyHandle in reader.GetTypeDefinition(type.Handle).
GetProperties
())
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
344
foreach (var property in ecmaRecord.
GetProperties
())
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\DynamicallyAccessedMembersBinder.cs (1)
309
foreach (var propertyHandle in ecmaType.MetadataReader.GetTypeDefinition(ecmaType.Handle).
GetProperties
())
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\EcmaExtensions.cs (1)
56
foreach (var propertyHandle in reader.GetTypeDefinition(type.Handle).
GetProperties
())
src\runtime\src\coreclr\tools\Common\Compiler\PseudoDescExtensions.cs (1)
20
foreach (var propertyHandle in reader.GetTypeDefinition(type.Handle).
GetProperties
())
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
923
return MetadataReader.GetTypeDefinition(typeDef).
GetProperties
();
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
550
foreach (var childProperty in nestedType.
GetProperties
())
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.BindingFlags.cs (1)
69
foreach (PropertyDefinitionHandle handle in TypeDefinition.
GetProperties
())