3 references to NativeIntegerParameterSymbol
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\ParameterSymbolAdapter.cs (1)
275
if (underlyingParameterSymbol is
NativeIntegerParameterSymbol
)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
1181
return other is
NativeIntegerParameterSymbol
nps ?
Symbols\Source\SourceParameterSymbolBase.cs (1)
36
if (obj is
NativeIntegerParameterSymbol
nps)