3 references to CreateLockFree
PresentationFramework (3)
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (3)
68
_factoryLock.WithWriteLock(
CreateLockFree
, shouldSuppressCOMExceptions, false, out creationSucceeded) &&
89
_factoryLock.WithWriteLock(
CreateLockFree
, true, true, out creationResult);
104
_factoryLock.WithWriteLock(
CreateLockFree
, false, false, out creationResult)