1 write to ContextLocation
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationContext.cs (1)
152
ContextLocation
= contextLocation;
4 references to ContextLocation
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationContext.cs (4)
40
/// If this option is provided, neither <see cref="
ContextLocation
"/> nor <see cref="BeforeThisLocation"/> are
50
/// If this option is provided, neither <see cref="
ContextLocation
"/> nor <see cref="AfterThisLocation"/> are
177
=> this.AfterThisLocation ?? this.BeforeThisLocation ?? this.
ContextLocation
;
195
var newContextLocation = contextLocation.HasValue ? contextLocation.Value : this.
ContextLocation
;