3 references to SymbolToken
mscorlib (3)
system\reflection\emit\methodbuilder.cs (2)
304
SymbolToken tk = new
SymbolToken
(MetadataTokenInternal);
319
new
SymbolToken
(MetadataTokenInternal),
system\reflection\emit\modulebuilder.cs (1)
2406
SymbolToken tkMethod = new
SymbolToken
(GetMethodTokenInternal(entryPoint).Token);