4 references to _canonFormsWithCctorChecks
ILCompiler.Compiler (4)
Compiler\ILScanner.cs (4)
971
_canonFormsWithCctorChecks
.Add(typeTemplate.CanonType);
984
_canonFormsWithCctorChecks
.Add(nonGCStatics.Type.ConvertToCanonForm(CanonicalFormKind.Specific));
993
_canonFormsWithCctorChecks
.Add(eeType.Type.ConvertToCanonForm(CanonicalFormKind.Specific));
1004
return !
_canonFormsWithCctorChecks
.Contains(type.NormalizeInstantiation());