1 write to _semanticModel
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CaseCorrection\VisualBasicCaseCorrectionService.Rewriter.vb (1)
50
Me.
_semanticModel
= semanticModel
6 references to _semanticModel
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CaseCorrection\VisualBasicCaseCorrectionService.Rewriter.vb (6)
19
Dim model = Me.
_semanticModel
.GetOriginalSemanticModel()
72
If newToken.IsMissing OrElse TypeOf newToken.Parent Is ArgumentSyntax OrElse
_semanticModel
Is Nothing Then
79
Dim preprocessingSymbolInfo =
_semanticModel
.GetPreprocessingSymbolInfo(identifierSyntax)
138
Dim symbol = GetAliasOrAnySymbol(
_semanticModel
, token.Parent, _cancellationToken)
204
Contract.ThrowIfNull(
_semanticModel
)
206
Dim methodSymbol =
_semanticModel
.GetDeclaredSymbol(methodDeclaration, _cancellationToken)