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