Home
last modified time | relevance | path

Searched refs:IsSynchronized (Results 1 – 25 of 1033) sorted by relevance

12345678910>>...42

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/CodeGen/
H A DMethodDesc.CodeGen.cs79 public virtual bool IsSynchronized property in Internal.TypeSystem.MethodDesc
155 public override bool IsSynchronized property in Internal.TypeSystem.InstantiatedMethod
159 return _methodDef.IsSynchronized;
215 public override bool IsSynchronized property in Internal.TypeSystem.MethodForInstantiatedType
219 return _typicalMethodDef.IsSynchronized;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DApplicationSettingsBase.cs152 if (IsSynchronized)
166 if (IsSynchronized)
217 if (IsSynchronized) {
264 if (IsSynchronized)
296 if (IsSynchronized)
382 if (IsSynchronized)
392 if (IsSynchronized)
401 if (IsSynchronized)
410 if (IsSynchronized)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DDsmlResponseDocument.cs70 protected bool IsSynchronized { property in System.DirectoryServices.Protocols.DsmlResponseDocument
71 get { return list.IsSynchronized; }
91 bool ICollection.IsSynchronized {
92 get { return IsSynchronized; }
H A DDsmlRequestDocument.cs66 protected bool IsSynchronized { property in System.DirectoryServices.Protocols.DsmlRequestDocument
67 get { return list.IsSynchronized; }
87 bool ICollection.IsSynchronized {
88 get { return IsSynchronized; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/tests/NameValueCollection/
H A DNameValueCollection.CtorTests.cs21 Assert.False(((ICollection)nameValueCollection).IsSynchronized); in Ctor_Empty()
34 Assert.False(((ICollection)nameValueCollection).IsSynchronized); in Ctor_Provider_Comparer()
47 Assert.False(((ICollection)nameValueCollection).IsSynchronized); in Ctor_Int_Provider_Comparer()
60 Assert.False(((ICollection)nameValueCollection).IsSynchronized); in Ctor_Int()
98 Assert.False(((ICollection)nameValueCollection2).IsSynchronized); in Ctor_NameValueCollection()
139 Assert.False(((ICollection)nameValueCollection2).IsSynchronized); in Ctor_Int_NameValueCollection()
187 Assert.False(((ICollection)nameValueCollection).IsSynchronized); in VerifyCtor_IEqualityComparer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DSiteMapNodeCollection.cs70 public virtual bool IsSynchronized { property in System.Web.SiteMapNodeCollection
72 return List.IsSynchronized;
233 bool ICollection.IsSynchronized {
235 return IsSynchronized;
346 public override bool IsSynchronized { property in System.Web.SiteMapNodeCollection.ReadOnlySiteMapNodeCollection
348 return _internalCollection.IsSynchronized;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/BitArray/
H A DBitArray_CtorTests.cs36 Assert.False(collection.IsSynchronized); in Ctor_Int()
67 Assert.False(collection.IsSynchronized); in Ctor_Int_Bool()
101 Assert.False(collection.IsSynchronized); in Ctor_BoolArray()
152 Assert.False(collection.IsSynchronized); in Ctor_BitArray()
185 Assert.False(collection.IsSynchronized); in Ctor_IntArray()
224 Assert.False(collection.IsSynchronized); in Ctor_ByteArray()
246 Assert.False(bitArray.IsSynchronized); in Ctor_Simple_Method_Tests()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSettingsBase.cs26 if (IsSynchronized)
40 if (IsSynchronized)
111 if (IsSynchronized) in Save()
182 public bool IsSynchronized { get { return _isSynchronized; } } property in System.Configuration.SettingsBase
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Ibi_Creation.cpp68 if (!IsSynchronized) in Add()
79 IsSynchronized=true; in Add()
91 IsSynchronized=true; in Add()
103 IsSynchronized=true; in Add()
108 if (IsSynchronized && Infos_Pos) in Add()
115 IsSynchronized=true; in Add()
122 IsSynchronized=true; in Add()
129 IsSynchronized=true; in Add()
135 if (IsSynchronized && Info.FrameNumber!=(int64u)-1) in Add()
140 IsSynchronized=true; in Add()
[all …]
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Ibi_Creation.cpp68 if (!IsSynchronized) in Add()
79 IsSynchronized=true; in Add()
91 IsSynchronized=true; in Add()
103 IsSynchronized=true; in Add()
108 if (IsSynchronized && Infos_Pos) in Add()
115 IsSynchronized=true; in Add()
122 IsSynchronized=true; in Add()
129 IsSynchronized=true; in Add()
135 if (IsSynchronized && Info.FrameNumber!=(int64u)-1) in Add()
140 IsSynchronized=true; in Add()
[all …]
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/
H A DFile_Ibi_Creation.cpp68 if (!IsSynchronized) in Add()
79 IsSynchronized=true; in Add()
91 IsSynchronized=true; in Add()
103 IsSynchronized=true; in Add()
108 if (IsSynchronized && Infos_Pos) in Add()
115 IsSynchronized=true; in Add()
122 IsSynchronized=true; in Add()
129 IsSynchronized=true; in Add()
135 if (IsSynchronized && Info.FrameNumber!=(int64u)-1) in Add()
140 IsSynchronized=true; in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DSettingsBase.cs28 if (IsSynchronized) {
37 if (IsSynchronized) {
106 if (IsSynchronized) { in Save()
176 public bool IsSynchronized { get { return _IsSynchronized; } } property in System.Configuration.SettingsBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/
H A DArrangedElementCollection.cs163 bool ICollection.IsSynchronized {
164 get { return list.IsSynchronized; }
168 get { return list.IsSynchronized; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/ref/
H A DSystem.Collections.NonGeneric.cs42 bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
72 bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
104 public virtual bool IsSynchronized { get { throw null; } } property in System.Collections.Queue
123 bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
140 public virtual bool IsSynchronized { get { throw null; } } property in System.Collections.SortedList
172 public virtual bool IsSynchronized { get { throw null; } } property in System.Collections.Stack
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DObjectSet.cs112 bool ICollection.IsSynchronized {
116 return ((ICollection)_objects.Keys).IsSynchronized;
218 bool ICollection.IsSynchronized {
222 return _objects.Keys.IsSynchronized;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpListenerPrefixCollectionTest.cs50 Assert.IsFalse (coll.IsSynchronized, "IsSynchronized"); in NL_DefaultProperties()
64 Assert.IsFalse (coll.IsSynchronized, "IsSynchronized"); in DefaultProperties()
80 Assert.IsFalse (coll.IsSynchronized, "IsSynchronized"); in AddOne()
98 Assert.IsFalse (coll.IsSynchronized, "IsSynchronized"); in Duplicate()
225 Assert.IsFalse (coll.IsSynchronized, "IsSynchronized"); in Disposed1()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/ref/
H A DSystem.Collections.Specialized.cs49 public bool IsSynchronized { get { throw null; } } property in System.Collections.Specialized.HybridDictionary
76 public bool IsSynchronized { get { throw null; } } property in System.Collections.Specialized.ListDictionary
103 bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
127 bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
176 bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
199 public bool IsSynchronized { get { throw null; } } property in System.Collections.Specialized.StringCollection
227 public virtual bool IsSynchronized { get { throw null; } } property in System.Collections.Specialized.StringDictionary
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/Test/System.Configuration/
H A DConfigurationLockCollectionTest.cs53 Assert.IsFalse (col.IsSynchronized, "A6"); in InitialState()
60 Assert.IsFalse (col.IsSynchronized, "A13"); in InitialState()
67 Assert.IsFalse (col.IsSynchronized, "A13"); in InitialState()
74 Assert.IsFalse (col.IsSynchronized, "A13"); in InitialState()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/tests/StringDictionary/
H A DStringDictionary.CtorTests.cs16 Assert.False(stringDictionary.IsSynchronized); in Ctor()
21 Assert.False(stringDictionary.IsSynchronized); in Ctor()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/src/System/Collections/
H A DReadOnlyCollectionBase.cs38 bool ICollection.IsSynchronized
40 get { return InnerList.IsSynchronized; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/tests/
H A DEqualityExtensions.cs290 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
308 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
446 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
526 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
543 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
558 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
578 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
631 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
643 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
686 Assert.Equal(@this.IsSynchronized, other.IsSynchronized); in IsEqual()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/State/
H A DSessionState.cs242 bool IsSynchronized { property
476 public bool IsSynchronized { property in System.Web.SessionState.HttpSessionState
477 get { return _container.IsSynchronized;}
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/
H A Dreadonlycollectionbase.cs33 bool ICollection.IsSynchronized {
34 get { return InnerList.IsSynchronized; }
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/TestUtilities/Collections/
H A DSimpleObjectCollection.cs60 public bool IsSynchronized property in NUnit.TestUtilities.SimpleObjectCollection
62 get { return inner.IsSynchronized; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/Mono/
H A DConfigurationLockCollectionTest.cs52 Assert.False(col.IsSynchronized); in InitialState()
59 Assert.False(col.IsSynchronized, "A13"); in InitialState()
66 Assert.False(col.IsSynchronized, "A13"); in InitialState()
73 Assert.False(col.IsSynchronized, "A13"); in InitialState()

12345678910>>...42