Home
last modified time | relevance | path

Searched refs:AsReadOnly (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Collections.Specialized/
H A DOrderedDictionaryTest.cs70 OrderedDictionary ro = od.AsReadOnly (); in Common()
143 OrderedDictionary od = new OrderedDictionary ().AsReadOnly (); in ReadOnly_This_String()
151 OrderedDictionary od = new OrderedDictionary ().AsReadOnly (); in ReadOnly_This_int()
159 OrderedDictionary od = new OrderedDictionary ().AsReadOnly (); in ReadOnly_Add()
167 OrderedDictionary od = new OrderedDictionary ().AsReadOnly (); in ReadOnly_Clear()
175 OrderedDictionary od = new OrderedDictionary ().AsReadOnly (); in ReadOnly_Insert()
183 OrderedDictionary od = new OrderedDictionary ().AsReadOnly (); in ReadOnly_Remove()
191 OrderedDictionary od = new OrderedDictionary ().AsReadOnly (); in ReadOnly_RemoveAt()
241 coll = coll.AsReadOnly (); in GetObjectData_IEqualityComparer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/List/
H A DList.Generic.cs45 return GenericListFactory(setLength).AsReadOnly(); in GenericIListFactory()
50 return GenericListFactory().AsReadOnly(); in GenericIListFactory()
68 return GenericListFactory(setLength).AsReadOnly(); in GenericIListFactory()
73 return GenericListFactory().AsReadOnly(); in GenericIListFactory()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DBuildExtensionContext.cs56 return this.references.AsReadOnly();
74 return this.sourceCodeFiles.AsReadOnly();
100 return this.generatedFiles.AsReadOnly();
112 return this.generatedResourceFiles.AsReadOnly();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Visitor/
H A DVisitorTests.cs182 …r", () => ExpressionVisitor.Visit(new List<Expression> { Expression.Empty() }.AsReadOnly(), null)); in VisitCollectionVisitorWithNullFunction()
200 …onstant(2), Expression.DebugInfo(Expression.SymbolDocument("fileName"), 1, 1, 1, 1) }.AsReadOnly(); in VisitCollectionReturnSameIfChildrenUnchanged()
208 …llection<Expression> collection = new List<Expression> { Expression.Constant(value) }.AsReadOnly(); in VisitCollectionDifferOnFirst()
219 … collection = new List<Expression> { Expression.Empty(), Expression.Constant(value) }.AsReadOnly(); in VisitCollectionDifferOnLater()
230 …ReadOnlyCollection<Expression> collection = new List<Expression> { null, null, null }.AsReadOnly(); in VisitCollectionNullNodes()
237 ReadOnlyCollection<string> collection = new List<string> { "ABC", "DEF" }.AsReadOnly(); in VisitCollectionWithElementVisitorReturnSameIfChildrenUnchanged()
244 ReadOnlyCollection<string> collection = new List<string> { "abc" }.AsReadOnly(); in VisitCollectionWithElementVisitorDifferOnFirst()
253 …adOnlyCollection<string> collection = new List<string> { "ABC", "def", "GHI", "jkl" }.AsReadOnly(); in VisitCollectionWithElementVisitorDifferOnLater()
265 … ReadOnlyCollection<string> collection = new List<string> { null, null, null }.AsReadOnly(); in VisitCollectionWithElementVisitorNullNodes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/
H A DChangeSet.cs72 Inserts = inserts.AsReadOnly(); in ChangeSet()
73 Updates = updates.AsReadOnly(); in ChangeSet()
74 Deletes = deletes.AsReadOnly(); in ChangeSet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/Hosting/
H A DCompositionBatch.cs50 this._readOnlyPartsToAdd = this._partsToAdd.AsReadOnly(); in CompositionBatch()
64 this._readOnlyPartsToRemove = this._partsToRemove.AsReadOnly(); in CompositionBatch()
120 this._readOnlyPartsToAdd = this._partsToAdd.AsReadOnly(); in AddPart()
144 this._readOnlyPartsToRemove = this._partsToRemove.AsReadOnly(); in RemovePart()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/
H A DCompositionBatch.cs50 _readOnlyPartsToAdd = _partsToAdd.AsReadOnly(); in CompositionBatch()
64 _readOnlyPartsToRemove = _partsToRemove.AsReadOnly(); in CompositionBatch()
120 _readOnlyPartsToAdd = _partsToAdd.AsReadOnly(); in AddPart()
144 _readOnlyPartsToRemove = _partsToRemove.AsReadOnly(); in RemovePart()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/Edm/Provider/
H A DEdmProviderManifest.cs246 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
251 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
256 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
261 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
266 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
272 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
277 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
281 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
285 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
289 facetDescriptions.Add(applicableType, Array.AsReadOnly(list)); in InitializeFacetDescriptions()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/Objects/
H A DObjectLibrary.cs47 Objects = myObjects.AsReadOnly(); in VisibleObjectLibrary()
48 OpaqueFaces = myOpaqueFaces.AsReadOnly(); in VisibleObjectLibrary()
49 AlphaFaces = myAlphaFaces.AsReadOnly(); in VisibleObjectLibrary()
50 OverlayOpaqueFaces = myOverlayOpaqueFaces.AsReadOnly(); in VisibleObjectLibrary()
51 OverlayAlphaFaces = myOverlayAlphaFaces.AsReadOnly(); in VisibleObjectLibrary()
279 AlphaFaces = myAlphaFaces.AsReadOnly(); in SortPolygonsInAlphaFaces()
285 OverlayAlphaFaces = myOverlayAlphaFaces.AsReadOnly(); in SortPolygonsInOverlayAlphaFaces()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/
H A DStorageComplexTypeMapping.cs48 return new List<ComplexType>(m_types.Values).AsReadOnly();
58 return new List<ComplexType>(m_isOfTypes.Values).AsReadOnly();
67 return new List<StoragePropertyMapping>(m_properties.Values).AsReadOnly();
80 return properties.AsReadOnly();
H A DStorageEntityTypeMapping.cs84 return new List<EdmType>(m_entityTypes.Values).AsReadOnly();
94 return new List<EdmType>(m_isOfEntityTypes.Values).AsReadOnly();
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Mapping/
H A DAttributedMetaType.cs72 _associations = GetAssociations().ToList().AsReadOnly();
116 .ToList().AsReadOnly();
185 DataMembers.Where(m => m.IsPrimaryKey).ToList().AsReadOnly();
251 DataMembers.Where(m => m.IsPersistent).ToList().AsReadOnly();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/ObjectLayer/
H A DImmutableAssemblyCacheEntry.cs23 _typesInAssembly = new List<EdmType>(mutableEntry.TypesInAssembly).AsReadOnly(); in ImmutableAssemblyCacheEntry()
24 _closureAssemblies = new List<Assembly>(mutableEntry.ClosureAssemblies).AsReadOnly(); in ImmutableAssemblyCacheEntry()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Utils/Boolean/
H A DDomainConstraint.cs40 _domain = domain.AsReadOnly(); in DomainVariable()
101 _range = range.AsReadOnly(); in DomainConstraint()
131 _variable.Domain.Difference(_range).AsReadOnly()); in InvertDomainConstraint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection/
H A DMethodBody.cs60 return Array.AsReadOnly<ExceptionHandlingClause> (clauses);
68 return Array.AsReadOnly<LocalVariableInfo> (locals);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSamlAuthenticationClaimResource.cs53 this.authorityBindings = (new List<SamlAuthorityBinding>()).AsReadOnly(); in SamlAuthenticationClaimResource()
74 this.authorityBindings = tempList.AsReadOnly(); in SamlAuthenticationClaimResource()
134 this.authorityBindings = value.AsReadOnly();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/ParameterTest/
H A DSteAttribute.cs39 ).AsReadOnly();
43 ).AsReadOnly();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/Microsoft/SqlServer/Server/
H A DSmiMetaDataProperty.cs103 _columns = new List<bool>(columnIsKey).AsReadOnly(); in SmiUniqueKeyProperty()
159 _columns = new List<SmiColumnOrder>(columnOrders).AsReadOnly(); in SmiOrderProperty()
218 _defaults = new List<bool>(defaultFields).AsReadOnly(); in SmiDefaultFieldsProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/Update/Internal/
H A DPropagator.JoinPropagator.JoinPredicateVisitor.cs90 leftKeySelectors = visitor.m_leftKeySelectors.AsReadOnly(); in GetKeySelectors()
91 rightKeySelectors = visitor.m_rightKeySelectors.AsReadOnly(); in GetKeySelectors()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Diagnostics/Eventing/Reader/
H A DProviderMetadata.cs225 this.channelReferences = channelList.AsReadOnly();
437 this.levels = el.AsReadOnly();
452 this.opcodes = eo.AsReadOnly();
466 this.keywords = ek.AsReadOnly();
481 this.tasks = et.AsReadOnly();
533 return emList.AsReadOnly();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/Mapping/
H A DAttributedMetaModel.cs148 this.staticTables = new List<MetaTable>(tables).AsReadOnly(); in InitStaticTables()
310 return this.metaFunctions.Values.ToList().AsReadOnly(); in GetFunctions()
450 this.inheritanceTypes = this.types.Values.ToList().AsReadOnly(); in AttributedRootType()
453 this.inheritanceTypes = new MetaType[] { this }.ToList().AsReadOnly(); in AttributedRootType()
559 this.identities = this.dataMembers.Where(m => m.IsPrimaryKey).ToList().AsReadOnly(); in AttributedMetaType()
640 this.dataMembers = new List<MetaDataMember>(this.dataMemberMap.Values).AsReadOnly(); in InitDataMembers()
763 this.derivedTypes = dTypes.AsReadOnly();
865 static ReadOnlyCollection<MetaType> _emptyTypes = new List<MetaType>(0).AsReadOnly();
893 … this.rowTypes = new List<MetaType>(1) { this.GetMetaType(elementType) }.AsReadOnly(); in AttributedMetaFunction()
905 this.rowTypes = rowTypes.AsReadOnly(); in AttributedMetaFunction()
[all …]
H A DMappedMetaModel.cs446 this.inheritanceTypes = this.derivedTypes.Values.ToList().AsReadOnly(); in MappedRootType()
449 this.inheritanceTypes = new MetaType[] { this }.ToList().AsReadOnly(); in MappedRootType()
597 this.identities = this.dataMembers.Where(m => m.IsPrimaryKey).ToList().AsReadOnly(); in MappedType()
692 this.dataMembers = dMembers.AsReadOnly(); in InitDataMembers()
837 this.derivedTypes = dTypes.AsReadOnly();
1336 static ReadOnlyCollection<MetaType> _emptyTypes = new List<MetaType>(0).AsReadOnly();
1369 this.rowTypes = rowTypes.AsReadOnly(); in MappedFunction()
1385 this.parameters = mps.AsReadOnly(); in MappedFunction()
1504 return new List<MetaDataMember>(members).AsReadOnly(); in MakeKeys()
1582 this.inheritanceTypes = new MetaType[] { this }.ToList().AsReadOnly();
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/
H A DMetadataArtifactLoaderCompositeFile.cs117 …en = GetArtifactsInDirectory(_path, XmlConstants.CSpaceSchemaExtension, _uriRegistry).AsReadOnly(); in LoadCollections()
122 …en = GetArtifactsInDirectory(_path, XmlConstants.SSpaceSchemaExtension, _uriRegistry).AsReadOnly(); in LoadCollections()
127 …n = GetArtifactsInDirectory(_path, XmlConstants.CSSpaceSchemaExtension, _uriRegistry).AsReadOnly(); in LoadCollections()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/CommandTrees/
H A DDbFunctionCommandTree.cs61 _parameterNames = paramNames.AsReadOnly(); in DbFunctionCommandTree()
62 _parameterTypes = paramTypes.AsReadOnly(); in DbFunctionCommandTree()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DCursorProvider.cs42 .AsReadOnly(); in CursorProvider()
50 Cursors = cursors.AsReadOnly(); in CursorProvider()

12345678910>>...15