1 instantiation of DummyCustomAttributeTypeProvider
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
652
public static readonly DummyCustomAttributeTypeProvider Instance = new
DummyCustomAttributeTypeProvider
();
2 references to DummyCustomAttributeTypeProvider
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (2)
652
public static readonly
DummyCustomAttributeTypeProvider
Instance = new DummyCustomAttributeTypeProvider();
665
var value = attribute.DecodeValue(
DummyCustomAttributeTypeProvider
.Instance);