4 references to _canonFormsWithCctorChecks
ILCompiler.Compiler (4)
Compiler\ILScanner.cs (4)
953
_canonFormsWithCctorChecks
.Add(typeTemplate.CanonType);
966
_canonFormsWithCctorChecks
.Add(nonGCStatics.Type.ConvertToCanonForm(CanonicalFormKind.Specific));
975
_canonFormsWithCctorChecks
.Add(eeType.Type.ConvertToCanonForm(CanonicalFormKind.Specific));
986
return !
_canonFormsWithCctorChecks
.Contains(type.NormalizeInstantiation());