15 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
,
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1544
result |= TypeAttributes.
BeforeFieldInit
;
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenFunctionPointersTests.cs (1)
12727
TypeAttributes.Class | TypeAttributes.Public | TypeAttributes.AutoLayout | TypeAttributes.
BeforeFieldInit
,
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
3477
Assert.Equal(TypeAttributes.ExplicitLayout | TypeAttributes.Abstract | TypeAttributes.
BeforeFieldInit
, def.Attributes);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\DefaultInterfaceImplementationTests.cs (1)
69409
return (((PENamedTypeSymbol)module.GlobalNamespace.GetTypeMember(name)).Flags & System.Reflection.TypeAttributes.
BeforeFieldInit
) != 0;
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
407
if ((attributes & TypeAttributes.
BeforeFieldInit
) != 0)
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)
189
TypeAttributes | TypeAttributes.
BeforeFieldInit
,
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
31
TypeAttributes | TypeAttributes.
BeforeFieldInit
,
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
246
TypeAttributes attrs = TypeAttributes.Class | TypeAttributes.
BeforeFieldInit
| (isPublic ? TypeAttributes.Public : TypeAttributes.NotPublic);