11 writes to SourceIpAddresses
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (1)
198
instance.
SourceIpAddresses
= temp11;
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (10)
ResourceMonitoringOptionsCustomValidatorTests.cs (2)
21
SourceIpAddresses
= new HashSet<string> { "" }
35
SourceIpAddresses
= new HashSet<string> { "127.0.0.1", "[::]" }
Windows\Tcp6TableInfoTests.cs (3)
237
SourceIpAddresses
= new HashSet<string> { "[::1]" },
254
SourceIpAddresses
= new HashSet<string> { "[::1]" },
272
SourceIpAddresses
= new HashSet<string> { "[::1]" },
Windows\TcpTableInfoTests.cs (3)
180
SourceIpAddresses
= new HashSet<string> { "127.0.0.1" },
196
SourceIpAddresses
= new HashSet<string> { "127.0.0.1" },
214
SourceIpAddresses
= new HashSet<string> { "127.0.0.1" },
Windows\WindowsCountersTests.cs (2)
26
SourceIpAddresses
= new HashSet<string> { "127.0.0.1", "[::1]" },
68
SourceIpAddresses
= new HashSet<string> { "127.0.0.1", "[::1]" },
5 references to SourceIpAddresses
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (1)
195
global::System.Collections.Generic.ISet<string>? temp11 = instance.
SourceIpAddresses
;
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
78
if (!global::System.ComponentModel.DataAnnotations.Validator.TryValidateValue(options.
SourceIpAddresses
, context, validationResults, validationAttributes))
ResourceMonitoringOptionsCustomValidator.cs (2)
23
foreach (var s in options.
SourceIpAddresses
)
28
builder.AddError(nameof(options.
SourceIpAddresses
), "must contain IPv4 or IPv6 addresses only");
Windows\Network\WindowsTcpStateInfo.cs (1)
30
var stringAddresses = options.Value.
SourceIpAddresses
;