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