4 references to Type
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (3)
415
Debug.Assert(_mvidField.
Type
== mvidType);
427
Debug.Assert(_moduleCancellationTokenField.
Type
== cancellationTokenType);
440
Debug.Assert(payloadRootField.
Type
== payloadRootType);
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\SynthesizedPrivateImplementationDetailsStaticConstructor.cs (1)
50
ArrayTypeSymbol payloadArrayType = (ArrayTypeSymbol)payloadRoot.Value.
Type
.GetInternalSymbol();