1 write to Language
Microsoft.CodeAnalysis.Workspaces (1)
Options\DocumentOptionSet.cs (1)
36
Language
= language;
3 references to Language
Microsoft.CodeAnalysis.Workspaces (3)
Options\DocumentOptionSet.cs (3)
91
=> GetOption(option,
Language
);
94
=> new DocumentOptionSet(_configOptions, _underlyingOptions,
Language
, _values.SetItem(optionKey, internalValue));
100
=> (DocumentOptionSet)WithChangedOption(option,
Language
, value);