1 instantiation of NativeLayoutDictionarySignatureNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
137
return new
NativeLayoutDictionarySignatureNode
(_factory, owningMethodOrType);
3 references to NativeLayoutDictionarySignatureNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
135
_dictionarySignatures = new NodeCache<TypeSystemEntity,
NativeLayoutDictionarySignatureNode
>(owningMethodOrType =>
453
private NodeCache<TypeSystemEntity,
NativeLayoutDictionarySignatureNode
> _dictionarySignatures;
454
public
NativeLayoutDictionarySignatureNode
DictionarySignature(TypeSystemEntity owningMethodOrType)