1 write to ContextLocation
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationContext.cs (1)
156ContextLocation = contextLocation;
4 references to ContextLocation
Microsoft.CodeAnalysis.CodeStyle.Fixes (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; 199var newContextLocation = contextLocation.HasValue ? contextLocation.Value : this.ContextLocation;