2 instantiations of PointerTypeSignature
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (2)
CSharp\MemberSignatureParser.cs (1)
218
type = new
PointerTypeSignature
(type);
MetadataDecoder.cs (1)
104
return new
PointerTypeSignature
(pointedAtType);
4 references to PointerTypeSignature
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (4)
MetadataResolver.cs (4)
418
var
pointerA = (
PointerTypeSignature
)typeA;
419
var
pointerB = (
PointerTypeSignature
)typeB;