1 write to DefaultMarkerLocation
Microsoft.AspNetCore.Analyzer.Testing (1)
TestSource.cs (1)
42
testInput.
DefaultMarkerLocation
= markerLocation;
54 references to DefaultMarkerLocation
Microsoft.AspNetCore.Analyzer.Testing (1)
TestSource.cs (1)
40
if (testInput.
DefaultMarkerLocation
== null)
Microsoft.AspNetCore.App.Analyzers.Test (45)
Components\DisallowNonLiteralSequenceNumbersTest.cs (3)
47
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
68
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
89
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
RouteEmbeddedLanguage\RoutePatternAnalyzerTests.cs (6)
46
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
78
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
111
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
139
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
167
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
196
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
RouteHandlers\DetectMisplacedLambdaAttributeTest.cs (6)
49
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
71
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
97
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
103
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
130
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
219
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
RouteHandlers\DisallowMvcBindArgumentsOnParametersTest.cs (2)
62
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
84
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
RouteHandlers\DisallowReturningActionResultsFromMapMethodsTest.cs (6)
131
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
154
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
182
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
214
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
252
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
290
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
WebApplicationBuilder\DisallowConfigureHostBuilderConfigureWebHostTest.cs (7)
46
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
67
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
89
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
129
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
157
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
186
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
220
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
WebApplicationBuilder\DisallowConfigureHostLoggingTest.cs (1)
274
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
WebApplicationBuilder\DisallowConfigureServicesTest.cs (1)
285
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
WebApplicationBuilder\DisallowConfigureWebHostBuilderConfigureTest.cs (4)
48
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
69
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
96
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
124
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
WebApplicationBuilder\DisallowConfigureWebHostBuilderUseStartupTest.cs (6)
47
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
68
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
88
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
109
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
136
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
164
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
WebApplicationBuilder\UseTopLevelRouteRegistrationInsteadOfUseEndpointsTest.cs (3)
123
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
208
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
234
AnalyzerAssert.DiagnosticLocation(source.
DefaultMarkerLocation
, diagnostic.Location);
Mvc.Api.Analyzers.Test (8)
ApiActionsDoNotRequireExplicitModelValidationCheckAnalyzerIntegrationTest.cs (2)
53
var expectedLocation = testSource.
DefaultMarkerLocation
;
67
var expectedLocation = testSource.
DefaultMarkerLocation
;
ApiConventionAnalyzerIntegrationTest.cs (6)
72
var expectedLocation = testSource.
DefaultMarkerLocation
;
133
var expectedLocation = testSource.
DefaultMarkerLocation
;
165
var expectedLocation = testSource.
DefaultMarkerLocation
;
199
var expectedLocation = testSource.
DefaultMarkerLocation
;
264
var expectedLocation = testSource.
DefaultMarkerLocation
;
283
var expectedLocation = testSource.
DefaultMarkerLocation
;