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