2 references to CallInstruction
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfoHelpers.cs (1)
84if ((sourceTypeBits & 0x1) != 0) sourceType |= SourceTypes.CallInstruction;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
113if ((source & Contracts.SourceTypes.CallInstruction) != 0)