3 overrides of TryGetValue
Microsoft.CodeAnalysis (3)
PEWriter\MetadataWriter.cs (3)
4258
public override bool
TryGetValue
(T item, out int index)
4285
public override bool
TryGetValue
(ITypeReference item, out int index)
4308
public override bool
TryGetValue
(T item, out int index)
2 references to TryGetValue
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
4213
if (!this.
TryGetValue
(item, out index))
4231
Debug.Assert(!this.
TryGetValue
(item, out i));