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