2 references to SetParseOptions
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (2)
328
var newState = this.
SetParseOptions
(options, onlyPreprocessorDirectiveChange);
399
return this.
SetParseOptions
(this.ParseOptions.WithKind(kind), onlyPreprocessorDirectiveChange: false);