7 references to MarkType
ILCompiler.Compiler (7)
Compiler\Dataflow\HandleCallAction.cs (3)
86_reflectionMarker.MarkType(_diagnosticContext.Origin, typeInstantiated, "MakeGenericType"); 110_reflectionMarker.MarkType(_diagnosticContext.Origin, typeInstantiated, "MakeGenericType"); 242_reflectionMarker.MarkType(_diagnosticContext.Origin, canonArrayType, "Array.CreateInstance was called");
Compiler\Dataflow\ReflectionMarker.cs (4)
74MarkType(origin, nestedType, reason, accessKind); 117MarkType(diagnosticContext.Origin, foundType, displayName); 147MarkType(diagnosticContext.Origin, foundType, reason); 159MarkType(origin, type, reason.GetDisplayName(), accessKind);