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