3 references to HasAspireExportIgnoreData
Aspire.Hosting.RemoteHost (2)
AtsCapabilityScanner.cs (2)
3222
(property.DeclaringType is not null && AttributeDataReader.
HasAspireExportIgnoreData
(property.DeclaringType));
3231
(method.DeclaringType is not null && AttributeDataReader.
HasAspireExportIgnoreData
(method.DeclaringType));
Aspire.Hosting.RemoteHost.Tests (1)
AttributeDataReaderTests.cs (1)
75
var result = AttributeDataReader.
HasAspireExportIgnoreData
(typeof(OfficialIgnoredType));