169 references to GetLocation
Microsoft.CodeAnalysis.VisualBasic (131)
Binding\Binder_AnonymousTypes.vb (1)
200
Me._fields(fieldIndex) = New AnonymousTypeField(fieldName, fieldNode.
GetLocation
(), fieldIsKey)
Binding\Binder_Constraints.vb (4)
58
constraintsBuilder.Add(New TypeParameterConstraint(TypeParameterConstraintKind.Constructor, syntax.
GetLocation
()))
68
constraintsBuilder.Add(New TypeParameterConstraint(TypeParameterConstraintKind.ReferenceType, syntax.
GetLocation
()))
80
constraintsBuilder.Add(New TypeParameterConstraint(TypeParameterConstraintKind.ValueType, syntax.
GetLocation
()))
90
constraintsBuilder.Add(New TypeParameterConstraint(constraintType, syntax.
GetLocation
()))
Binding\Binder_Expressions.vb (4)
341
elementLocations.Add(nameSyntax.
GetLocation
)
349
elementLocations.Add(argumentSyntax.
GetLocation
)
374
inferredType = TupleTypeSymbol.Create(node.
GetLocation
, elements, locations, elementNames, Me.Compilation,
2993
Dim referenceLocation As Location = node.
GetLocation
()
Binding\Binder_Invocation.vb (4)
1320
Return DirectCast(result, QualifiedNameSyntax).Right.
GetLocation
()
1327
Return DirectCast(result, MemberAccessExpressionSyntax).Name.
GetLocation
()
1332
Return DirectCast(result, XmlMemberAccessExpressionSyntax).Name.
GetLocation
()
1335
Return DirectCast(result, HandlesClauseItemSyntax).EventMember.
GetLocation
()
Binding\Binder_Lambda.vb (1)
801
parameters(i).Name, parameters(i).Type, sourceParameter.Syntax.
GetLocation
(), parameters(i).IsByRef)
Binding\Binder_Query.vb (13)
258
fields(i) = New AnonymousTypeField(rangeVar.Name, rangeVar.Type, rangeVar.Syntax.
GetLocation
(), isKeyOrByRef:=True)
2185
Dim param = New BoundLambdaParameterSymbol(name, ordinal, type, isByRef:=False, syntaxNode:=syntaxNode, location:=syntaxNode.
GetLocation
())
2195
Dim param = New BoundLambdaParameterSymbol(name, ordinal, type, isByRef:=False, syntaxNode:=syntaxNode, location:=syntaxNode.
GetLocation
())
2788
rangeVar.Name, rangeVar.Type, rangeVar.Syntax.
GetLocation
(), isKeyOrByRef:=True)
3215
fields(j) = New AnonymousTypeField(leftVar.Name, leftVar.Type, leftVar.Syntax.
GetLocation
(), isKeyOrByRef:=True)
3237
rangeVarOpt.Name, rangeVarOpt.Type, rangeVarOpt.Syntax.
GetLocation
(), isKeyOrByRef:=True)
3351
"Key" & i.ToString(), outerKeys(i).Type, joinConditions(i).
GetLocation
(), isKeyOrByRef:=True)
3809
keysRangeVariables(0).Syntax.
GetLocation
(), isKeyOrByRef:=True)
3819
keysRangeVariablesPart1(0).Syntax.
GetLocation
(),
3825
keysRangeVariablesPart2(0).Syntax.
GetLocation
(),
3837
fields(i) = New AnonymousTypeField(rangeVar.Name, rangeVar.Type, rangeVar.Syntax.
GetLocation
(), isKeyOrByRef:=True)
3852
fields(keys) = New AnonymousTypeField(rangeVar.Name, rangeVar.Type, rangeVar.Syntax.
GetLocation
(), isKeyOrByRef:=True)
3865
rangeVar.Name, rangeVar.Type, rangeVar.Syntax.
GetLocation
(), isKeyOrByRef:=True)
Binding\Binder_Symbols.vb (2)
647
locations.Add(argumentSyntax.
GetLocation
)
674
Return TupleTypeSymbol.Create(syntax.
GetLocation
,
Binding\Binder_Utils.vb (2)
311
diagBag.Add(pair.UseSiteInfo, syntaxTypeArgument.
GetLocation
())
1001
Dim location = identifier.
GetLocation
()
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (10)
178
Me._diagnostics.Add(errorId, node.
GetLocation
(), args)
291
Me._diagnostics.Add(ERRID.WRN_XMLDocDuplicateXMLNode1, node2.Node.
GetLocation
(), tagName)
367
Me._diagnostics.Add(ERRID.WRN_XMLDocExceptionTagWithoutCRef, element.
GetLocation
())
436
node.
GetLocation
(),
511
Me._diagnostics.Add(badNameValueError, node.
GetLocation
(), nameValue.Trim(), symbolName)
589
Me._diagnostics.Add(ERRID.WRN_XMLDocParseError1, trivia.
GetLocation
(), GetDescription(ex))
661
Me._diagnostics.Add(badNameValueError, attr.
GetLocation
(), attributeValue, symbolName)
671
Me._diagnostics.Add(missingNameValueError, element.
GetLocation
())
686
Me._diagnostics.Add(ERRID.WRN_XMLDocMoreThanOneCommentBlock, theOnlyDocCommentTrivia.
GetLocation
())
704
Me._diagnostics.Add(ERRID.WRN_XMLDocBadXMLLine, theOnlyDocCommentTrivia.
GetLocation
())
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
593
location = originatingSyntax.
GetLocation
()
Compilation\DocumentationComments\DocumentationCommentCompiler.NamedType.vb (1)
72
Me._diagnostics.Add(ERRID.WRN_XMLDocOnAPartialType, trivia.
GetLocation
(), symbolName)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (2)
281
ProcessBadNameInCrefAttribute(crefAttr, crefAttr.
GetLocation
, errid.Value)
307
Dim location = If(errorLocation, reference.
GetLocation
)
Compilation\SyntaxTreeSemanticModel.vb (1)
1340
Return New AliasSymbol(binder.Compilation, binder.ContainingNamespaceOrType, aliasName, targetSymbol, declarationSyntax.
GetLocation
())
Errors\DiagnosticBagExtensions.vb (1)
63
Return Not useSiteDiagnostics.IsNullOrEmpty AndAlso diagnostics.Add(node.
GetLocation
, useSiteDiagnostics)
Errors\MessageProvider.vb (7)
499
diagnostics.Add(ERRID.ERR_BadAttribute1, node.ArgumentList.Arguments(parameterIndex).
GetLocation
(), attribute.AttributeClass)
504
diagnostics.Add(ERRID.ERR_BadAttribute1, node.ArgumentList.Arguments(namedArgumentIndex).
GetLocation
(), attributeClass)
509
diagnostics.Add(ERRID.ERR_ParameterNotValidForType, node.ArgumentList.Arguments(namedArgumentIndex).
GetLocation
())
514
diagnostics.Add(ERRID.ERR_MarshalUnmanagedTypeNotValidForFields, node.ArgumentList.Arguments(parameterIndex).
GetLocation
(), unmanagedTypeName)
519
diagnostics.Add(ERRID.ERR_MarshalUnmanagedTypeOnlyValidForFields, node.ArgumentList.Arguments(parameterIndex).
GetLocation
(), unmanagedTypeName)
524
diagnostics.Add(ERRID.ERR_AttributeParameterRequired1, node.Name.
GetLocation
(), parameterName)
529
diagnostics.Add(ERRID.ERR_AttributeParameterRequired2, node.Name.
GetLocation
(), parameterName1, parameterName2)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1339
Me.Diagnostics.Add(ERRID.ERR_CannotUseOnErrorGotoWithClosure, resumeLabel.ResumeStatement.
GetLocation
(),
OptionsValidator.vb (1)
45
syntaxErrors = syntaxErrors.Concat(New VBDiagnostic(New DiagnosticInfo(MessageProvider.Instance, ERRID.ERR_ExpectedEOS), importsClausesSyntaxList(1).
GetLocation
()))
Symbols\Attributes\AttributeData.vb (5)
243
diagnostics.Add(If(nodeOpt IsNot Nothing, nodeOpt.Name.
GetLocation
, NoLocation.Singleton), useSiteInfo)
248
If(nodeOpt IsNot Nothing, nodeOpt.Name.
GetLocation
, NoLocation.Singleton))
263
Return (arg.ToString(), arg.
GetLocation
())
265
Return (value.ToString(), nodeOpt.
GetLocation
())
400
arguments.AttributeSyntaxOpt.ArgumentList.Arguments(1).
GetLocation
(),
Symbols\ConstraintsHelper.vb (1)
509
Dim location = typeArgumentsSyntax(ordinal).
GetLocation
()
Symbols\Source\ImplementsHelper.vb (1)
497
Not InternalSyntax.Parser.CheckFeatureAvailability(diagBag, implementedMemberSyntax.
GetLocation
(),
Symbols\Source\RangeVariableSymbol.vb (1)
267
Return ImmutableArray.Create(Of Location)(_syntax.
GetLocation
())
Symbols\Source\SourceAssemblySymbol.vb (5)
938
diagnostics.Add(ERRID.ERR_FriendAssemblyNameInvalid, If(nodeOpt IsNot Nothing, nodeOpt.
GetLocation
(), NoLocation.Singleton), displayName)
945
diagnostics.Add(ERRID.ERR_FriendAssemblyNameInvalid, If(nodeOpt IsNot Nothing, nodeOpt.
GetLocation
(), NoLocation.Singleton), displayName)
953
diagnostics.Add(ERRID.ERR_FriendAssemblyBadArguments, If(nodeOpt IsNot Nothing, nodeOpt.
GetLocation
(), NoLocation.Singleton), displayName)
972
locationAndValue = New Tuple(Of Location, String)(If(nodeOpt IsNot Nothing, nodeOpt.
GetLocation
(), NoLocation.Singleton), displayName)
1125
Return attributeSyntaxOpt.ArgumentList.Arguments.First().
GetLocation
()
Symbols\Source\SourceEventSymbol.vb (3)
363
Dim location = syntax.
GetLocation
()
666
DirectCast(arguments.Diagnostics, BindingDiagnosticBag).Add(ERRID.ERR_InvalidNonSerializedUsage, arguments.AttributeSyntaxOpt.
GetLocation
())
733
Return implementingSyntax.
GetLocation
()
Symbols\Source\SourceFieldSymbol.vb (4)
728
diagnostics.Add(ERRID.ERR_InvalidNonSerializedUsage, arguments.AttributeSyntaxOpt.
GetLocation
())
766
diagnostics.Add(ERRID.ERR_FieldHasMultipleDistinctConstantValues, arguments.AttributeSyntaxOpt.
GetLocation
())
769
diagnostics.Add(ERRID.ERR_FieldHasMultipleDistinctConstantValues, arguments.AttributeSyntaxOpt.
GetLocation
())
780
diagnostics.Add(ERRID.ERR_FieldHasMultipleDistinctConstantValues, arguments.AttributeSyntaxOpt.
GetLocation
())
Symbols\Source\SourceMemberContainerTypeSymbol.vb (10)
990
location = asClause.Type.
GetLocation
()
1027
location = syntax.AsClause.Type.
GetLocation
()
1098
location = syntax.AsClause.Type.
GetLocation
()
1134
location = syntax.AsClause.Type.
GetLocation
()
2541
diagBag.Add(ERRID.ERR_InvalidInNamespace, fieldDecl.
GetLocation
())
2556
diagBag.Add(ERRID.ERR_InvalidInNamespace, methodDecl.
GetLocation
())
2575
diagBag.Add(ERRID.ERR_InvalidInNamespace, methodDecl.
GetLocation
())
2587
diagBag.Add(ERRID.ERR_InvalidInNamespace, propertyDecl.PropertyStatement.
GetLocation
())
2596
diagBag.Add(ERRID.ERR_InvalidInNamespace, propertyDecl.
GetLocation
())
2623
diagBag.Add(ERRID.ERR_InvalidInNamespace, memberSyntax.
GetLocation
())
Symbols\Source\SourceMethodSymbol.vb (15)
263
diagBag.Add(ERRID.ERR_BadAttribute1, syntax.LibraryName.
GetLocation
(), name)
272
diagBag.Add(ERRID.ERR_BadAttribute1, syntax.LibraryName.
GetLocation
(), name)
1170
Return implementingSyntax.
GetLocation
()
1604
diagnostics.Add(ERRID.ERR_ExtensionOnlyAllowedOnModuleSubOrFunction, arguments.AttributeSyntaxOpt.
GetLocation
())
1607
diagnostics.Add(ERRID.ERR_ExtensionMethodNotInModule, arguments.AttributeSyntaxOpt.
GetLocation
())
1673
diagnostics.Add(ERRID.ERR_BadAttribute1, arguments.AttributeSyntaxOpt.ArgumentList.Arguments(position).
GetLocation
(), attrData.AttributeClass)
1737
Binder.ReportDiagnostic(diagnostics, arguments.AttributeSyntaxOpt.
GetLocation
(), ERRID.ERR_SecurityCriticalAsync, "SecurityCritical")
1740
Binder.ReportDiagnostic(diagnostics, arguments.AttributeSyntaxOpt.
GetLocation
(), ERRID.ERR_SecurityCriticalAsync, "SecuritySafeCritical")
1776
diagnostics.Add(ERRID.ERR_DllImportNotLegalOnDeclare, syntax.Name.
GetLocation
())
1780
diagnostics.Add(ERRID.ERR_DllImportNotLegalOnGetOrSet, syntax.Name.
GetLocation
())
1784
diagnostics.Add(ERRID.ERR_DllImportNotLegalOnEventMethod, syntax.Name.
GetLocation
())
1789
diagnostics.Add(ERRID.ERR_DllImportOnInterfaceMethod, syntax.Name.
GetLocation
())
1794
diagnostics.Add(ERRID.ERR_DllImportOnGenericSubOrFunction, syntax.Name.
GetLocation
())
1799
diagnostics.Add(ERRID.ERR_DllImportOnInstanceMethod, syntax.Name.
GetLocation
())
1818
diagnostics.Add(ERRID.ERR_DllImportOnNonEmptySubOrFunction, syntax.Name.
GetLocation
())
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1332
backupLocation = t.
GetLocation
()
1341
Return typeSyntax.
GetLocation
()
2197
diagnostics.Add(ERRID.ERR_DefaultEventNotFound1, arguments.AttributeSyntaxOpt.
GetLocation
(), eventName)
2265
diagnostics.Add(ERRID.ERR_StructLayoutAttributeNotAllowed, arguments.AttributeSyntaxOpt.
GetLocation
(), Me)
2296
diagnostics.Add(ERRID.ERR_CantUseRequiredAttribute, arguments.AttributeSyntaxOpt.
GetLocation
(), Me)
Symbols\Source\SourceNamespaceSymbol.vb (3)
503
Dim diag = New VBDiagnostic(ErrorFactory.ErrorInfo(ERRID.ERR_TypecharNotallowed), node.
GetLocation
())
521
Dim diag = New VBDiagnostic(ErrorFactory.ErrorInfo(ERRID.WRN_NamespaceCaseMismatch3, node.Identifier.ValueText, Me.Name, path), node.
GetLocation
())
540
Dim diag = New VBDiagnostic(ErrorFactory.ErrorInfo(ERRID.ERR_NestedGlobalNamespace), node.
GetLocation
())
Symbols\Source\SourcePropertySymbol.vb (3)
571
diagnostics.Add(ERRID.WRN_ReturnTypeAttributeOnWriteOnlyProperty, arguments.AttributeSyntaxOpt.
GetLocation
())
592
diagnostics.Add(ERRID.WRN_DebuggerHiddenIgnoredOnProperties, arguments.AttributeSyntaxOpt.
GetLocation
())
1011
Return implementingSyntax.
GetLocation
()
Symbols\Source\SynthesizedEventAccessorSymbol.vb (6)
159
diagnostics.Add(useSiteInfo, syntax.
GetLocation
())
178
diagnostics.Add(useSiteInfo, syntax.
GetLocation
())
288
diagnostics.Add(useSiteInfo, syntax.
GetLocation
())
336
diagnostics.Add(syntax.
GetLocation
(), conversionsUseSiteInfo)
370
diagnostics.Add(useSiteInfo, syntax.
GetLocation
())
413
diagnostics.Add(syntax.
GetLocation
(), conversionsUseSiteInfo)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
76
Dim diagnosticLocation As Location = attributeSyntax.
GetLocation
()
Symbols\Symbol_Attributes.vb (10)
504
diagnostics.Add(ERRID.ERR_InvalidMultipleAttributeUsage1, node.
GetLocation
(), CustomSymbolDisplayFormatter.ShortErrorName(attributeType))
530
diagnostics.Add(ERRID.ERR_InvalidAssemblyAttribute1, node.Name.
GetLocation
, CustomSymbolDisplayFormatter.ShortErrorName(attributeType))
533
diagnostics.Add(ERRID.ERR_InvalidModuleAttribute1, node.Name.
GetLocation
, CustomSymbolDisplayFormatter.ShortErrorName(attributeType))
543
diagnostics.Add(ERRID.ERR_InvalidAttributeUsageOnAccessor, node.Name.
GetLocation
,
550
diagnostics.Add(ERRID.ERR_InvalidAttributeUsage2, node.Name.
GetLocation
,
562
diagnostics.Add(ERRID.ERR_InvalidAttributeUsage2, node.Name.
GetLocation
, CustomSymbolDisplayFormatter.ShortErrorName(attributeType), ownerName)
565
diagnostics.Add(ERRID.ERR_InvalidAttributeUsage2, node.Name.
GetLocation
, CustomSymbolDisplayFormatter.ShortErrorName(attributeType),
569
diagnostics.Add(ERRID.ERR_InvalidAttributeUsage2, node.Name.
GetLocation
, CustomSymbolDisplayFormatter.ShortErrorName(attributeType),
582
diagnostics.Add(ERRID.ERR_SecurityAttributeInvalidTarget, node.Name.
GetLocation
, CustomSymbolDisplayFormatter.ShortErrorName(attributeType))
595
diagnostics.Add(useSiteInfo, If(nodeOpt IsNot Nothing, nodeOpt.
GetLocation
(), NoLocation.Singleton))
Syntax\SyntaxFacts.vb (1)
1116
If p.
GetLocation
.SourceSpan.Start < token.SpanStart Then
Syntax\VisualBasicWarningStateMap.vb (1)
91
entries(index) = New WarningStateMapEntry(currentDirective.
GetLocation
().SourceSpan.End, accumulatedGeneralWarningState, accumulatedSpecificWarningState)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (6)
VisualBasicAddAccessibilityModifiersDiagnosticAnalyzer.vb (1)
61
Dim additionalLocations = ImmutableArray.Create(member.
GetLocation
())
VisualBasicQualifyMemberAccessDiagnosticAnalyzer.vb (1)
43
Return unaryExpressionSyntax.Operand.
GetLocation
()
VisualBasicRemoveUnnecessaryByValDiagnosticAnalyzer.vb (1)
29
syntaxContext.ReportDiagnostic(Diagnostic.Create(Descriptor, modifier.GetLocation(), additionalLocations:={parameterSyntax.
GetLocation
()}))
VisualBasicSimplifyObjectCreationDiagnosticAnalyzer.vb (1)
57
context.ReportDiagnostic(DiagnosticHelper.Create(Descriptor, variableDeclarator.
GetLocation
(), styleOption.Notification.Severity,
VisualBasicUseInferredMemberNameDiagnosticAnalyzer.vb (1)
56
nameColonEquals.
GetLocation
(),
VisualBasicUseIsNotDiagnosticAnalyzer.vb (1)
75
ImmutableArray.Create(notExpression.
GetLocation
()),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)
Diagnostics\Suppression\SuppressionTests.vb (4)
1017
context.ReportDiagnostic(Diagnostic.Create(_descriptor, ns.Name.
GetLocation
()))
1032
context.ReportDiagnostic(Diagnostic.Create(_descriptor, f.Declarators.First().Names.First.
GetLocation
()))
1733
context.ReportDiagnostic(Diagnostic.Create(_descriptor, ns.Name.
GetLocation
()))
1748
context.ReportDiagnostic(Diagnostic.Create(_descriptor, f.Declarators.First().Names.First.
GetLocation
()))
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
CodeGen\CodeGenTuples.vb (1)
9042
Assert.Equal(nc.Name.
GetLocation
(), sym.Symbol.Locations(0)) ' Incorrect location
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.vb (1)
426
syntax.
GetLocation
(),
Symbols\EENamedTypeSymbol.vb (1)
265
Return ImmutableArray.Create(_syntax.
GetLocation
())
Microsoft.CodeAnalysis.VisualBasic.Features (13)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.vb (3)
105
destinationLine = root.Options.Last().
GetLocation
().GetLineSpan().EndLinePosition.Line + 1
143
destinationLine = root.Imports.Last().
GetLocation
().GetLineSpan().EndLinePosition.Line + 1
145
destinationLine = root.Options.Last().
GetLocation
().GetLineSpan().EndLinePosition.Line + 1
Completion\CompletionProviders\OverrideCompletionProvider.vb (3)
206
Return methodStatement.
GetLocation
().SourceSpan.End
213
Return lastStatement.
GetLocation
().SourceSpan.End
223
Return lastAccessorStatement.
GetLocation
().SourceSpan.End
GenerateType\VisualBasicGenerateTypeService.vb (1)
439
DirectCast(enclosingNamespace.Parent, NamespaceBlockSyntax).EndNamespaceStatement.
GetLocation
())
VisualBasicAddAccessibilityModifiersDiagnosticAnalyzer.vb (1)
61
Dim additionalLocations = ImmutableArray.Create(member.
GetLocation
())
VisualBasicQualifyMemberAccessDiagnosticAnalyzer.vb (1)
43
Return unaryExpressionSyntax.Operand.
GetLocation
()
VisualBasicRemoveUnnecessaryByValDiagnosticAnalyzer.vb (1)
29
syntaxContext.ReportDiagnostic(Diagnostic.Create(Descriptor, modifier.GetLocation(), additionalLocations:={parameterSyntax.
GetLocation
()}))
VisualBasicSimplifyObjectCreationDiagnosticAnalyzer.vb (1)
57
context.ReportDiagnostic(DiagnosticHelper.Create(Descriptor, variableDeclarator.
GetLocation
(), styleOption.Notification.Severity,
VisualBasicUseInferredMemberNameDiagnosticAnalyzer.vb (1)
56
nameColonEquals.
GetLocation
(),
VisualBasicUseIsNotDiagnosticAnalyzer.vb (1)
75
ImmutableArray.Create(notExpression.
GetLocation
()),
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (6)
Diagnostics\DiagnosticAnalyzerTests.vb (3)
42
context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(s_CA9999_UseOfVariableThatStartsWithX, id.
GetLocation
, id.Identifier.ValueText))
364
location = DirectCast(context.Node, NamespaceBlockSyntax).NamespaceStatement.Name.
GetLocation
575
Dim sourceLoc = DirectCast(context.Node, FieldDeclarationSyntax).
GetLocation
Diagnostics\GetDiagnosticsTests.vb (3)
659
location = propertyBlock.PropertyStatement.
GetLocation
()
663
location = eventBlock.EventStatement.
GetLocation
()
667
location = methodBlock.BlockStatement.
GetLocation
()
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\AnonymousTypes\AnonymousTypesSemanticsTests.vb (1)
185
Assert.Equal(member.Locations(0), DirectCast(propertyInitializer, NamedFieldInitializerSyntax).Name.
GetLocation
())
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Parser\ParseDirectives.vb (4)
3187
Return CodeAnalysis.Diagnostic.Create(d, varDecl.AsClause.
GetLocation
)
3294
Return CodeAnalysis.Diagnostic.Create(d, varDecl.AsClause.
GetLocation
)
3625
Return CodeAnalysis.Diagnostic.Create(d, varDecl.AsClause.
GetLocation
)
3652
Return CodeAnalysis.Diagnostic.Create(d, varDecl.AsClause.
GetLocation
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
820
Return ImmutableArray.Create(DirectCast(token.Parent, ForEachStatementSyntax).Expression.
GetLocation
())