3 references to ConvertToType
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SemanticModelExtensions.cs (1)
231
return symbolInfo.GetAnySymbol().
ConvertToType
(semanticModel.Compilation);
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
113
typeInferenceInfo = new TypeInferenceInfo(method.
ConvertToType
(this.Compilation));
1954
yield return new TypeInferenceInfo(functionPointerType.Signature.
ConvertToType
(this.Compilation));