1 write to ContextLocation
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationContext.cs (1)
156
ContextLocation
= contextLocation;
4 references to ContextLocation
Microsoft.CodeAnalysis.Workspaces (4)
CodeGenerationContext.cs (4)
44
/// If this option is provided, neither <see cref="
ContextLocation
"/> nor <see cref="BeforeThisLocation"/> are
54
/// If this option is provided, neither <see cref="
ContextLocation
"/> nor <see cref="AfterThisLocation"/> are
181
=> this.AfterThisLocation ?? this.BeforeThisLocation ?? this.
ContextLocation
;
199
var newContextLocation = contextLocation.HasValue ? contextLocation.Value : this.
ContextLocation
;