1 write to tokenOfMethodWhoseUsingInfoAppliesToThisMethod
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
429
bits.ReadUInt32(out this.
tokenOfMethodWhoseUsingInfoAppliesToThisMethod
);
3 references to tokenOfMethodWhoseUsingInfoAppliesToThisMethod
Mono.Cecil.Pdb (3)
Mono.Cecil.Pdb\NativePdbReader.cs (3)
114
if (function.
tokenOfMethodWhoseUsingInfoAppliesToThisMethod
!= method.MetadataToken.ToUInt32 () && function.
tokenOfMethodWhoseUsingInfoAppliesToThisMethod
!= 0)
115
symbol.scope.import = GetImport (function.
tokenOfMethodWhoseUsingInfoAppliesToThisMethod
, method.Module);