140 references to Read
GenerateDocumentationAndConfigFiles (2)
Interop.FunctionalTests (1)
Metrics (2)
Metrics.Legacy (2)
Microsoft.AspNetCore.ConcurrencyLimiter (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp (14)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.VisualBasic (6)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.Extensions.AsyncState (1)
Microsoft.Extensions.Caching.Hybrid (3)
Microsoft.Extensions.Caching.Hybrid.Tests (25)
StampedeTests.cs (18)
117Assert.Equal(0, Volatile.Read(ref executeCount));
118Assert.Equal(0, Volatile.Read(ref cancelCount));
121Assert.Equal(1, Volatile.Read(ref executeCount));
122Assert.Equal(0, Volatile.Read(ref cancelCount));
128Assert.Equal(1, Volatile.Read(ref executeCount));
129Assert.Equal(0, Volatile.Read(ref cancelCount));
153Assert.Equal(0, Volatile.Read(ref executeCount));
154Assert.Equal(0, Volatile.Read(ref cancelCount));
158Assert.Equal(1, Volatile.Read(ref executeCount));
159Assert.Equal(0, Volatile.Read(ref cancelCount));
165Assert.Equal(1, Volatile.Read(ref executeCount));
166Assert.Equal(0, Volatile.Read(ref cancelCount));
229Assert.Equal(0, Volatile.Read(ref executeCount));
238Assert.Equal(1, Volatile.Read(ref executeCount));
239Assert.Equal(1, Volatile.Read(ref cancelCount));
313Assert.Equal(0, Volatile.Read(ref executeCount));
322Assert.Equal(1, Volatile.Read(ref executeCount));
323Assert.Equal(0, Volatile.Read(ref cancelCount)); // ran to completion
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Roslyn.Diagnostics.Analyzers (2)
System.ComponentModel.TypeConverter (1)
System.Diagnostics.DiagnosticSource (1)
System.Linq.Parallel (1)
System.Net.WebClient (1)
System.Private.CoreLib (38)
System.Reflection.MetadataLoadContext (1)
System.Threading.Tasks.Parallel (1)
Test.Utilities (2)
Text.Analyzers (2)