2 references to FieldInfo
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (2)
60
internal FieldInfo(TypeSymbol type) :
this
(isByRef: false, refCustomModifiers: default, type, customModifiers: default)
1876
return new
FieldInfo
<TypeSymbol>(isByRef, refCustomModifiers, type, customModifiers);