5 references to ConvertToType
Microsoft.CodeAnalysis.CodeStyle (1)
SemanticModelExtensions.cs (1)
247
return symbolInfo.GetAnySymbol().
ConvertToType
(semanticModel.Compilation);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpTypeInferenceService.TypeInferrer.cs (2)
113
typeInferenceInfo = new TypeInferenceInfo(method.
ConvertToType
(this.Compilation));
1993
yield return new TypeInferenceInfo(functionPointerType.Signature.
ConvertToType
(this.Compilation));
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
ExpressionSyntaxExtensions.vb (1)
122
Return symbol.
ConvertToType
(semanticModel.Compilation)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicTypeInferenceService.TypeInferrer.vb (1)
41
Dim type = symbol.
ConvertToType
(Me.Compilation)