1 write to _compilationState
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LocalRewriter\LocalRewriter.vb (1)
134
Me.
_compilationState
= compilationState
20 references to _compilationState
Microsoft.CodeAnalysis.VisualBasic (20)
Lowering\LocalRewriter\LocalRewriter.vb (4)
587
Return ReportMissingOrBadRuntimeHelper(node, specialMember, memberSymbol, Me._diagnostics,
_compilationState
.Compilation.Options.EmbedVbCoreRuntime)
618
Return ReportMissingOrBadRuntimeHelper(node, wellKnownMember, memberSymbol, Me._diagnostics,
_compilationState
.Compilation.Options.EmbedVbCoreRuntime)
833
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
866
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (1)
267
Dim factory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
Lowering\LocalRewriter\LocalRewriter_ConditionalAccess.vb (1)
48
Dim factory = New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (2)
209
Dim factory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, syntax,
_compilationState
, _diagnostics)
320
Dim F As New SyntheticBoundNodeFactory(Me._topMethod, Me._currentMethodOrLambda, node.Syntax, Me.
_compilationState
, Me._diagnostics)
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (2)
20
Dim factory = New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
85
New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics))
Lowering\LocalRewriter\LocalRewriter_Label.vb (1)
45
If node.Label.IsFromCompilation(
_compilationState
.Compilation) AndAlso Instrument(node, statement) Then
Lowering\LocalRewriter\LocalRewriter_ObjectCreation.vb (1)
67
Dim factory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
161
Dim info = GetDiagnosticForMissingRuntimeHelper(memberDescriptor.DeclaringTypeMetadataName, accessorName,
_compilationState
.Compilation.Options.EmbedVbCoreRuntime)
Lowering\LocalRewriter\LocalRewriter_StringConcat.vb (1)
43
Dim factory = New SyntheticBoundNodeFactory(Me._topMethod, Me._currentMethodOrLambda, syntax, Me.
_compilationState
, Me._diagnostics)
Lowering\LocalRewriter\LocalRewriter_Throw.vb (1)
24
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (5)
41
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
143
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
326
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
384
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax,
_compilationState
, _diagnostics)
462
Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, syntax,
_compilationState
, _diagnostics)