202 references to WasCompilerGenerated
Microsoft.CodeAnalysis.VisualBasic (202)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
1180If originalReceiver IsNot Nothing AndAlso Not originalReceiver.WasCompilerGenerated Then 1308If originalReceiver IsNot Nothing AndAlso Not originalReceiver.WasCompilerGenerated Then 1722If originalReceiver IsNot Nothing AndAlso Not originalReceiver.WasCompilerGenerated Then
Analysis\FlowAnalysis\DataFlowPass.vb (2)
1591If Not node.WasCompilerGenerated Then 1777If Not node.WasCompilerGenerated Then
Analysis\FlowAnalysis\DataFlowsInWalker.vb (1)
80If Not node.WasCompilerGenerated AndAlso
Analysis\FlowAnalysis\ReadWriteWalker.vb (2)
200If Not node.WasCompilerGenerated AndAlso node.RangeVariableOpt IsNot Nothing Then 211If Not node.WasCompilerGenerated Then
Analysis\FlowAnalysis\VariablesDeclaredWalker.vb (2)
66If Not node.WasCompilerGenerated AndAlso node.RangeVariables.Length > 0 AndAlso IsInside Then 75If Not node.WasCompilerGenerated AndAlso IsInside Then
Binding\Binder_Delegates.vb (1)
139Debug.Assert(Not boundFirstArgument.WasCompilerGenerated)
Binding\Binder_Invocation.vb (4)
435If receiverOpt?.Syntax Is withoutArgs.Syntax AndAlso Not receiverOpt.WasCompilerGenerated Then 443If receiverOpt?.Syntax Is withoutArgs.Syntax AndAlso Not receiverOpt.WasCompilerGenerated Then 1049If oldReceiver.WasCompilerGenerated AndAlso receiver IsNot oldReceiver Then 2774Debug.Assert(Not argumentIsDefaultValue OrElse argument.WasCompilerGenerated)
Binding\Binder_Lambda.vb (2)
608Debug.Assert(Not node.WasCompilerGenerated) 623Debug.Assert(Not node.WasCompilerGenerated)
Binding\Binder_Latebound.vb (1)
111If group.WasCompilerGenerated Then
Binding\Binder_Query.vb (2)
627Debug.Assert(boundCallOrBadExpression.WasCompilerGenerated) 4298Debug.Assert(boundCallOrBadExpression.WasCompilerGenerated)
Binding\Binder_Statements.vb (6)
526Debug.Assert(Not node.WasCompilerGenerated) 544Debug.Assert(Not node.WasCompilerGenerated) 568Debug.Assert(Not node.WasCompilerGenerated) 580Debug.Assert(Not node.WasCompilerGenerated) 594Debug.Assert(Not node.WasCompilerGenerated) 628If Not node.WasCompilerGenerated AndAlso node.Syntax.Kind = SyntaxKind.LabelStatement AndAlso
Binding\MemberSemanticModel.vb (5)
915If boundAdd.WasCompilerGenerated Then 947Debug.Assert(boundQuery.LastOperator.WasCompilerGenerated) 1158If node.WasCompilerGenerated AndAlso 2167If Not allowCompilerGenerated AndAlso node.WasCompilerGenerated Then 2180If Not conversion.ExplicitCastInCode AndAlso conversion.Operand.WasCompilerGenerated Then
BoundTree\BoundNode.vb (1)
44If node.WasCompilerGenerated Then
CodeGen\EmitStatement.vb (3)
815Debug.Assert(binOp.Left.IsNothingLiteral() OrElse binOp.Left.Type.SpecialType = SpecialType.System_Object OrElse binOp.WasCompilerGenerated) 816Debug.Assert(binOp.Right.IsNothingLiteral() OrElse binOp.Right.Type.SpecialType = SpecialType.System_Object OrElse binOp.WasCompilerGenerated) 1200If Not caseStatement.WasCompilerGenerated Then
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
198ElseIf Not node.WasCompilerGenerated AndAlso Not node.IsSingleLine Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
353Debug.Assert(node.WasCompilerGenerated OrElse node.IsSingleLine,
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
421If Not original.WasCompilerGenerated Then
Lowering\Instrumentation\Instrumenter.vb (45)
34Debug.Assert(Not original.WasCompilerGenerated) 72Debug.Assert(Not original.WasCompilerGenerated OrElse 74Not original.ExpressionOpt.WasCompilerGenerated AndAlso 109Debug.Assert(Not original.WasCompilerGenerated) 123Debug.Assert(Not original.WasCompilerGenerated) 132Debug.Assert(Not original.WasCompilerGenerated) 138Debug.Assert(Not original.WasCompilerGenerated) 147Debug.Assert(Not original.WasCompilerGenerated) 156Debug.Assert(Not original.WasCompilerGenerated) 165Debug.Assert(Not original.WasCompilerGenerated) 171Debug.Assert(Not original.WasCompilerGenerated) 180Debug.Assert(Not original.WasCompilerGenerated) 186Debug.Assert(Not original.WasCompilerGenerated) 192Debug.Assert(Not original.WasCompilerGenerated) 198Debug.Assert(Not original.WasCompilerGenerated) 207Debug.Assert(Not original.WasCompilerGenerated) 216Debug.Assert(Not original.WasCompilerGenerated) 226Debug.Assert(Not original.WasCompilerGenerated) 232Debug.Assert(Not original.WasCompilerGenerated) 237Debug.Assert(Not original.WasCompilerGenerated) 242Debug.Assert(Not original.WasCompilerGenerated) 247Debug.Assert(Not original.WasCompilerGenerated) 252Debug.Assert(Not original.WasCompilerGenerated) 257Debug.Assert(Not original.WasCompilerGenerated) 262Debug.Assert(Not original.WasCompilerGenerated) 275Debug.Assert(Not original.WasCompilerGenerated) 285Debug.Assert(Not original.WasCompilerGenerated) 296Debug.Assert(Not original.WasCompilerGenerated) 302Debug.Assert(Not original.WasCompilerGenerated) 311Debug.Assert(Not original.WasCompilerGenerated) 316Debug.Assert(Not original.WasCompilerGenerated) 321Debug.Assert(Not original.WasCompilerGenerated) 326Debug.Assert(Not original.WasCompilerGenerated) 335Debug.Assert(Not original.WasCompilerGenerated) 341Debug.Assert(Not original.WasCompilerGenerated) 349Debug.Assert(Not original.WasCompilerGenerated) 359Debug.Assert(Not original.WasCompilerGenerated) 365Debug.Assert(Not original.WasCompilerGenerated) 371Debug.Assert(Not original.WasCompilerGenerated) 377Debug.Assert(Not original.WasCompilerGenerated) 387Debug.Assert(Not original.WasCompilerGenerated) 393Debug.Assert(Not original.WasCompilerGenerated) 402Debug.Assert(Not original.WasCompilerGenerated) 411Debug.Assert(Not original.WasCompilerGenerated) 420Debug.Assert(Not original.WasCompilerGenerated)
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (1)
521Return Not node.WasCompilerGenerated
Lowering\LocalRewriter\LocalRewriter_Label.vb (1)
21Not node.WasCompilerGenerated AndAlso node.Syntax.Kind = SyntaxKind.LabelStatement Then
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
102Debug.Assert(node.WasCompilerGenerated)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (3)
373Debug.Assert(Not node.WasCompilerGenerated) 439Debug.Assert(Not node.WasCompilerGenerated) 469If statement.WasCompilerGenerated Then
Lowering\LocalRewriter\LocalRewriter.vb (3)
300Not node.WasCompilerGenerated AndAlso 381Return Me.Instrument AndAlso rewritten IsNot Nothing AndAlso (Not original.WasCompilerGenerated) AndAlso original.Syntax IsNot Nothing 387Return Me.Instrument AndAlso (Not original.WasCompilerGenerated) AndAlso original.Syntax IsNot Nothing
Lowering\UseTwiceRewriter.vb (2)
510(result.Second.Kind = BoundKind.Local AndAlso result.Second.WasCompilerGenerated AndAlso 512result.First.Kind = BoundKind.AssignmentOperator AndAlso result.First.WasCompilerGenerated AndAlso
Operations\VisualBasicOperationFactory_Methods.vb (9)
92Dim isImplicit As Boolean = boundAssignment.WasCompilerGenerated 151Dim isImplicit As Boolean = [operator].UnderlyingExpression.WasCompilerGenerated 212Dim isImplicit As Boolean = argument.WasCompilerGenerated AndAlso argument.Syntax.Kind <> SyntaxKind.OmittedArgument 229If argument.WasCompilerGenerated Then 281node.WasCompilerGenerated AndAlso 297Dim isImplicit As Boolean = parent.WasCompilerGenerated 344isImplicitAssignment = expression.WasCompilerGenerated 465Return New VariableDeclaratorOperation(boundLocalDeclaration.LocalSymbol, initializer, ignoredArguments, _semanticModel, boundLocalDeclaration.Syntax, isImplicit:=boundLocalDeclaration.WasCompilerGenerated) 523boundOperand.WasCompilerGenerated),
Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb (2)
70If node.WasCompilerGenerated Then 90Dim wasCompilerGenerated As Boolean = node.WasCompilerGenerated
Operations\VisualBasicOperationFactory.vb (96)
320Dim isImplicit As Boolean = boundNode.WasCompilerGenerated 364Dim isImplicit As Boolean = boundAssignmentOperator.WasCompilerGenerated 372Dim isImplicit As Boolean = boundAssignmentOperator.WasCompilerGenerated 385Dim isImplicit As Boolean = boundMeReference.WasCompilerGenerated 393Dim isImplicit As Boolean = boundMyBaseReference.WasCompilerGenerated 401Dim isImplicit As Boolean = boundMyClassReference.WasCompilerGenerated 409Dim isImplicit As Boolean = boundLiteral.WasCompilerGenerated OrElse implicit 417Dim isImplicit As Boolean = boundAwaitOperator.WasCompilerGenerated 426Dim isImplicit As Boolean = boundNameOfOperator.WasCompilerGenerated 434Dim isImplicit As Boolean = boundLambda.WasCompilerGenerated 453Dim isImplicit As Boolean = boundCall.WasCompilerGenerated 460Dim isImplicit As Boolean = boundOmittedArgument.WasCompilerGenerated 469Dim isImplicit As Boolean = boundParenthesized.WasCompilerGenerated 478Dim isImplicit As Boolean = boundArrayAccess.WasCompilerGenerated 507Dim isImplicit As Boolean = boundUnaryOperator.WasCompilerGenerated 520Dim isImplicit As Boolean = boundUserDefinedUnaryOperator.WasCompilerGenerated 571Dim isImplicit As Boolean = currentBinary.WasCompilerGenerated 590Dim isImplicit As Boolean = boundUserDefinedBinaryOperator.WasCompilerGenerated 602Dim isImplicit As Boolean = boundBinaryConditionalExpression.WasCompilerGenerated 633Dim isImplicit As Boolean = boundUserDefinedShortCircuitingOperator.WasCompilerGenerated 655Dim isImplicit = boundBadExpression.WasCompilerGenerated OrElse boundBadExpression.ChildBoundNodes.Any(Function(e) e?.Syntax Is boundBadExpression.Syntax) 670Dim isImplicit As Boolean = boundTypeArguments.WasCompilerGenerated 677Dim isAttributeImplicit = boundAttribute.WasCompilerGenerated 724Dim isImplicit As Boolean = boundConversionOrCast.WasCompilerGenerated OrElse Not boundConversionOrCast.ExplicitCastInCode 773Dim isImplicit As Boolean = boundDelegateCreationExpression.WasCompilerGenerated 784Dim isImplicit As Boolean = boundTernaryConditionalExpression.WasCompilerGenerated 795Dim isImplicit As Boolean = boundTypeOf.WasCompilerGenerated 803Dim isImplicit As Boolean = boundGetType.WasCompilerGenerated 814Dim isImplicit As Boolean = boundLateInvocation.WasCompilerGenerated 827Dim isImplicit As Boolean = boundObjectCreationExpression.WasCompilerGenerated 835Dim isImplicit As Boolean = boundObjectInitializerExpression.WasCompilerGenerated 843Dim isImplicit As Boolean = boundCollectionInitializerExpression.WasCompilerGenerated 851Dim isImplicit As Boolean = boundNewT.WasCompilerGenerated 859Dim isImplicit As Boolean = creation.WasCompilerGenerated 868Dim isImplicit As Boolean = boundArrayCreation.WasCompilerGenerated 875Dim isImplicit As Boolean = boundArrayInitialization.WasCompilerGenerated 888Dim isImplicit As Boolean = boundPropertyAccess.WasCompilerGenerated 896Dim isImplicit As Boolean = boundWithLValueExpressionPlaceholder.WasCompilerGenerated 904Dim isImplicit As Boolean = boundWithRValueExpressionPlaceholder.WasCompilerGenerated 914Dim isImplicit As Boolean = boundEventAccess.WasCompilerGenerated 926Dim isImplicit As Boolean = boundFieldAccess.WasCompilerGenerated 936Dim isImplicit As Boolean = boundConditionalAccess.WasCompilerGenerated 943Dim isImplicit As Boolean = boundConditionalAccessReceiverPlaceholder.WasCompilerGenerated 951Dim isImplicit As Boolean = boundParameter.WasCompilerGenerated 961Dim isImplicit As Boolean = boundLocal.WasCompilerGenerated 986Dim isImplicit As Boolean = boundLateMemberAccess.WasCompilerGenerated 994Dim isImplicit As Boolean = boundFieldInitializer.WasCompilerGenerated 1002Dim isImplicit As Boolean = boundPropertyInitializer.WasCompilerGenerated 1010Dim isImplicit As Boolean = boundParameterEqualsValue.WasCompilerGenerated 1024Dim isImplicit As Boolean = boundRValuePlaceholder.WasCompilerGenerated 1067Dim isImplicit As Boolean = boundIfStatement.WasCompilerGenerated 1078Dim isImplicit As Boolean = boundSelectStatement.WasCompilerGenerated 1092isImplicit:=boundCaseBlock.WasCompilerGenerated)) 1111Dim isImplicit As Boolean = boundCaseBlock.WasCompilerGenerated 1119Dim isImplicit As Boolean = boundSimpleCaseClause.WasCompilerGenerated 1128Dim isImplicit As Boolean = boundRangeCaseClause.WasCompilerGenerated 1136Dim isImplicit As Boolean = boundRelationalCaseClause.WasCompilerGenerated 1151Dim isImplicit As Boolean = boundDoLoopStatement.WasCompilerGenerated 1170Dim isImplicit As Boolean = boundForToStatement.WasCompilerGenerated 1251Dim isImplicit As Boolean = boundForEachStatement.WasCompilerGenerated 1259New VariableDeclaratorOperation(localOpt, initializer:=Nothing, ignoredArguments:=ImmutableArray(Of IOperation).Empty, semanticModel:=_semanticModel, syntax:=controlVariable.Syntax, isImplicit:=boundForStatement.WasCompilerGenerated), 1269Dim isImplicit As Boolean = boundTryStatement.WasCompilerGenerated 1292Dim isImplicit As Boolean = boundCatchBlock.WasCompilerGenerated 1300Dim isImplicit As Boolean = boundBlock.WasCompilerGenerated 1308Dim isImplicit = boundBadStatement.WasCompilerGenerated 1326Dim isImplicit As Boolean = boundReturnStatement.WasCompilerGenerated OrElse IsEndSubOrFunctionStatement(syntax) 1339Dim isImplicit As Boolean = boundThrowStatement.WasCompilerGenerated 1353Dim isImplicit As Boolean = boundWhileStatement.WasCompilerGenerated 1360Dim isImplicit As Boolean = boundDimStatement.WasCompilerGenerated 1368Debug.Assert(boundLocalDeclaration.WasCompilerGenerated) 1376Dim isImplicit As Boolean = boundYieldStatement.WasCompilerGenerated 1384Dim isImplicit As Boolean = boundLabelStatement.WasCompilerGenerated OrElse IsEndSubOrFunctionStatement(syntax) 1392Dim isImplicit As Boolean = boundGotoStatement.WasCompilerGenerated 1400Dim isImplicit As Boolean = boundContinueStatement.WasCompilerGenerated 1408Dim isImplicit As Boolean = boundExitStatement.WasCompilerGenerated 1423Dim isImplicit As Boolean = boundSyncLockStatement.WasCompilerGenerated 1431Dim isImplicit As Boolean = boundNoOpStatement.WasCompilerGenerated 1437Dim isImplicit As Boolean = boundStopStatement.WasCompilerGenerated 1443Dim isImplicit As Boolean = boundEndStatement.WasCompilerGenerated 1451Dim isImplicit As Boolean = boundWithStatement.WasCompilerGenerated 1468Dim isImplicit As Boolean = boundUsingStatement.WasCompilerGenerated 1475Dim isImplicit As Boolean = boundExpressionStatement.WasCompilerGenerated 1510Dim isImplicit As Boolean = boundRaiseEventStatement.WasCompilerGenerated 1531Dim isImplicit As Boolean = boundAddHandlerStatement.WasCompilerGenerated 1540Dim isImplicit As Boolean = boundRemoveHandlerStatement.WasCompilerGenerated 1556Dim isImplicit As Boolean = boundTupleExpression.WasCompilerGenerated 1565Dim isImplicit As Boolean = boundInterpolatedString.WasCompilerGenerated 1586Dim isImplicit As Boolean = boundInterpolation.WasCompilerGenerated 1593Dim isImplicit As Boolean = boundLiteral.WasCompilerGenerated 1601Dim isImplicit As Boolean = boundAnonymousTypeCreationExpression.WasCompilerGenerated 1615Dim isImplicit As Boolean = boundAnonymousTypePropertyAccess.WasCompilerGenerated 1634Dim isImplicit As Boolean = boundQueryExpression.WasCompilerGenerated 1651Dim isImplicit As Boolean = boundAggregateClause.WasCompilerGenerated 1659Dim isImplicit As Boolean = boundNullableIsTrueOperator.WasCompilerGenerated 1691Dim isImplicit As Boolean = boundRedimStatement.WasCompilerGenerated 1699Dim isImplicit As Boolean = boundRedimClause.WasCompilerGenerated
Semantics\OverloadResolution.vb (1)
3753Not methodOrPropertyGroup.WasCompilerGenerated AndAlso