3 references to ThrowingMethodStub
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\InvalidProxyTypeMapNode.cs (3)
30
new DependencyListEntry(context.MethodEntrypoint(
ThrowingMethodStub
), "Throwing method stub for invalid type map"),
44
Vertex throwingMethodStubVertex = externalReferences.EncodeReferenceToMethod(writer,
ThrowingMethodStub
);
49
public IProxyTypeMapNode ToAnalysisBasedNode(NodeFactory factory) => new InvalidProxyTypeMapNode(TypeMapGroup,
ThrowingMethodStub
);