5 instantiations of FieldInfo
Microsoft.CodeAnalysis (5)
MetadataReader\MetadataDecoder.cs (5)
1841return new FieldInfo<TypeSymbol>(GetUnsupportedMetadataTypeSymbol()); // unsupported signature content 1850return new FieldInfo<TypeSymbol>(GetUnsupportedMetadataTypeSymbol(mrEx)); 1876return new FieldInfo<TypeSymbol>(isByRef, refCustomModifiers, type, customModifiers); 1880return new FieldInfo<TypeSymbol>(GetUnsupportedMetadataTypeSymbol()); // unsupported signature content 1884return new FieldInfo<TypeSymbol>(GetUnsupportedMetadataTypeSymbol(mrEx));
3 references to FieldInfo
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (2)
1830internal FieldInfo<TypeSymbol> DecodeFieldSignature(FieldDefinitionHandle fieldHandle) 1855protected FieldInfo<TypeSymbol> DecodeFieldSignature(ref BlobReader signatureReader)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RefFieldTests.cs (1)
550var fieldInfo = decoder.DecodeFieldSignature(fieldHandle);