13 references to BeforeFieldInit
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs (3)
271
TypeAttributes.Public | TypeAttributes.Abstract | TypeAttributes.
BeforeFieldInit
,
312
TypeAttributes.Public | TypeAttributes.Sealed | TypeAttributes.
BeforeFieldInit
,
481
TypeAttributes.Public | TypeAttributes.
BeforeFieldInit
,
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
29
TypeAttributes | TypeAttributes.
BeforeFieldInit
,
ILAssembler (1)
GrammarVisitor.cs (1)
1049
return new((new(TypeAttributes.
BeforeFieldInit
), null, false));
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
550
result |= TypeAttributes.
BeforeFieldInit
;
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Ecma\EcmaType.cs (1)
644
return (_typeDefinition.Attributes & TypeAttributes.
BeforeFieldInit
) != 0;
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1544
result |= TypeAttributes.
BeforeFieldInit
;
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationILGen.cs (3)
275
TypeAttributes.Public | TypeAttributes.Abstract | TypeAttributes.
BeforeFieldInit
,
320
TypeAttributes.Public | TypeAttributes.Sealed | TypeAttributes.
BeforeFieldInit
,
484
TypeAttributes.Public | TypeAttributes.
BeforeFieldInit
,
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
198
TypeAttributes | TypeAttributes.
BeforeFieldInit
,
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
31
TypeAttributes | TypeAttributes.
BeforeFieldInit
,