32 references to ExecutionAndPublication
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
109_webSocketSoapContentType = new Lazy<string>(() => MessageEncoderFactory.CreateSessionEncoder().ContentType, LazyThreadSafetyMode.ExecutionAndPublication);
GenerateDocumentationAndConfigFiles (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.AspNetCore.App.Analyzers.Test (1)
TestDiagnosticAnalyzer.cs (1)
136LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
GrpcJsonTranscodingOptions.cs (2)
23LazyThreadSafetyMode.ExecutionAndPublication); 26LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.Build.Framework (1)
FileUtilities_TempFiles.cs (1)
31LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\TaintedDataAnalysis\TaintedDataConfig.cs (3)
121LazyThreadSafetyMode.ExecutionAndPublication); 132LazyThreadSafetyMode.ExecutionAndPublication); 154LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\WindowsContainerResourceQuotaProvider.cs (1)
28LazyThreadSafetyMode.ExecutionAndPublication);
Microsoft.Extensions.Http (2)
DefaultHttpClientFactory.cs (2)
85}, LazyThreadSafetyMode.ExecutionAndPublication); 100LazyThreadSafetyMode.ExecutionAndPublication);
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (8)
70case LazyThreadSafetyMode.ExecutionAndPublication: 116return LazyThreadSafetyMode.ExecutionAndPublication; 143case LazyThreadSafetyMode.ExecutionAndPublication: 169return isThreadSafe ? LazyThreadSafetyMode.ExecutionAndPublication : LazyThreadSafetyMode.None; 208: this(null, LazyThreadSafetyMode.ExecutionAndPublication, useDefaultConstructor: true) 239: this(valueFactory, LazyThreadSafetyMode.ExecutionAndPublication, useDefaultConstructor: false) 345ViaFactory(LazyThreadSafetyMode.ExecutionAndPublication); 496/// The <see cref="Lazy{T}"/> was constructed with the <see cref="LazyThreadSafetyMode.ExecutionAndPublication"/> or
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
132_webSocketSoapContentType = new Lazy<string>(() => MessageEncoderFactory.CreateSessionEncoder().ContentType, LazyThreadSafetyMode.ExecutionAndPublication);
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
41LazyThreadSafetyMode.ExecutionAndPublication);