1 write to _constructorArgumentsSourceIndices
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\SourceAttributeData.cs (1)
54_constructorArgumentsSourceIndices = constructorArgumentsSourceIndices;
3 references to _constructorArgumentsSourceIndices
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\SourceAttributeData.cs (3)
122return _constructorArgumentsSourceIndices; 136if (_constructorArgumentsSourceIndices.IsDefault) 146int sourceArgIndex = _constructorArgumentsSourceIndices[parameterIndex];