1 write to _constructorArgumentsSourceIndices
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\SourceAttributeData.cs (1)
49_constructorArgumentsSourceIndices = constructorArgumentsSourceIndices;
3 references to _constructorArgumentsSourceIndices
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\SourceAttributeData.cs (3)
102return _constructorArgumentsSourceIndices; 115if (_constructorArgumentsSourceIndices.IsDefault) 125int sourceArgIndex = _constructorArgumentsSourceIndices[parameterIndex];