1 implementation of Type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ParameterSymbol.cs (1)
456
ITypeSymbolInternal IParameterSymbolInternal.
Type
=> Type;
2 references to Type
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DefinitionMap.cs (1)
470
var displayClassName = p.
Type
.Name;
MetadataReader\MetadataDecoder.cs (1)
1653
var parameterType = attributeConstructor.Parameters[i].
Type
;