4 references to GetNamedType
Microsoft.CodeAnalysis.Features (4)
Shared\Extensions\ISymbolExtensions_Sorting.cs (4)
46
IArrayTypeSymbol arrayType =>
GetNamedType
(arrayType.ElementType),
47
IPointerTypeSymbol pointerType =>
GetNamedType
(pointerType.PointedAtType),
78
var xParamType =
GetNamedType
(xParam.Type);
79
var yParamType =
GetNamedType
(yParam.Type);