7 references to ExecutionAndPublication
mscorlib (6)
system\Lazy.cs (6)
125: this(LazyThreadSafetyMode.ExecutionAndPublication) 143: this(valueFactory, LazyThreadSafetyMode.ExecutionAndPublication) 154this(isThreadSafe? LazyThreadSafetyMode.ExecutionAndPublication : LazyThreadSafetyMode.None) 182: this(valueFactory, isThreadSafe ? LazyThreadSafetyMode.ExecutionAndPublication : LazyThreadSafetyMode.None) 211if (mode == LazyThreadSafetyMode.ExecutionAndPublication) 263return LazyThreadSafetyMode.ExecutionAndPublication;
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
187this.webSocketSoapContentType = new Lazy<string>(() => { return this.MessageEncoderFactory.CreateSessionEncoder().ContentType; }, LazyThreadSafetyMode.ExecutionAndPublication);