4 references to TryGetIndex
Microsoft.NET.ProjectData (4)
Model\KeyValueCollection.cs (1)
51 if (this.schema.TryGetIndex(key, out int index) && index < this.values.Length)
Model\ProjectDataSnapshotFactory.cs (3)
227 if (PropertySchema.TryGetIndex(kvp.Key, out int index)) 244 if (PropertySchema.TryGetIndex(ProjectProperties.SolutionPath, out int solutionPathIndex)) 267 if (baseSchema.TryGetIndex(kvp.Key, out int index))