1 write to _options
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
GeneratorTests.cs (1)
239
_options
= analyzerOptions ?? [];
3 references to _options
Microsoft.Gen.MetadataExtractor.Unit.Tests (3)
GeneratorTests.cs (3)
240
_options
.TryAdd("build_property.GenerateMetadataReport", bool.TrueString);
241
_options
.TryAdd("build_property.outputpath", Directory.GetCurrentDirectory());
245
=>
_options
.TryGetValue(key, out value!);