1 write to _options
rzc (1)
RazorSourceGeneratorHost.cs (1)
185
_options
= options;
2 references to _options
rzc (2)
RazorSourceGeneratorHost.cs (2)
188
public override bool TryGetValue(string key, out string value) =>
_options
.TryGetValue(key, out value);
190
public override IEnumerable<string> Keys =>
_options
.Keys;