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