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