4 references to LocationLine
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\ParamsCollectionTests.cs (2)
12794
Diagnostic(ErrorCode.ERR_MissingPredefinedMember, moduleDiagnostic[0].SquiggledText).WithArguments("System.Runtime.CompilerServices.ParamCollectionAttribute", ".ctor").WithLocation(moduleDiagnostic[0].
LocationLine
, moduleDiagnostic[0].LocationCharacter)
12801
Diagnostic(ErrorCode.ERR_MissingPredefinedMember, moduleDiagnostic[0].SquiggledText).WithArguments("System.Runtime.CompilerServices.ParamCollectionAttribute", ".ctor").WithLocation(moduleDiagnostic[0].
LocationLine
, moduleDiagnostic[0].LocationCharacter)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\UsedAssembliesTests.cs (2)
223
else if (old.
LocationLine
is > 1000 and < 2000)
225
allocateOutput(input, ref output)[i] = old.WithLocation(old.
LocationLine
, old.LocationCharacter + 7);