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