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