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