1 write to Position
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ContextQuery\SyntaxContext.cs (1)
94
this.
Position
= position;
2 references to Position
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ContextQuery\SyntaxContext.cs (2)
20
/// The token to the left of <see cref="
Position
"/>. This token may be touching the position.
25
/// The first token to the left of <see cref="
Position
"/> that we're not touching. Equal to <see cref="LeftToken"/>