28 references to System_Index
Microsoft.CodeAnalysis (8)
WellKnownMembers.cs (8)
3454
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel), // DeclaringTypeId
3463
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel), // DeclaringTypeId
3475
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel),
3476
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel),
3484
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel),
3492
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel),
3506
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel),
3513
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_Index
- WellKnownType.ExtSentinel),
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder_Expressions.cs (6)
2353
TypeSymbol indexType = GetWellKnownType(WellKnownType.
System_Index
, diagnostics, node);
2460
TypeSymbol indexType = GetWellKnownType(WellKnownType.
System_Index
, diagnostics, operand);
8028
if (indexOrRangeWellknownType == WellKnownType.
System_Index
)
8074
result = TryImplicitConversionToArrayIndex(index, WellKnownType.
System_Index
, node, diagnostics);
8091
indexOrRangeWellknownType = WellKnownType.
System_Index
;
8544
TypeSymbol.Equals(argType, Compilation.GetWellKnownType(WellKnownType.
System_Index
), TypeCompareKind.ConsiderEverything) ? ThreeState.True :
Binder\Binder_Patterns.cs (1)
383
var systemIndexType = GetWellKnownType(WellKnownType.
System_Index
, diagnostics, node);
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (2)
314
methodOpt: ctor, _factory.WellKnownType(WellKnownType.
System_Index
));
325
methodOpt: indexCtor, _factory.WellKnownType(WellKnownType.
System_Index
));
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (2)
407
_compilation.GetWellKnownType(WellKnownType.
System_Index
),
614
Debug.Assert(implicitIndexerAccess.Argument.Type!.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Index
))
Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs (4)
209
_compilation.GetWellKnownType(WellKnownType.
System_Index
),
254
_compilation.GetWellKnownType(WellKnownType.
System_Index
),
421
_compilation.GetWellKnownType(WellKnownType.
System_Index
),
454
_compilation.GetWellKnownType(WellKnownType.
System_Index
),
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Semantics\PatternMatchingTests_ListPatterns.cs (2)
7459
comp.MakeTypeMissing(WellKnownType.
System_Index
);
7872
compilation.MakeTypeMissing(WellKnownType.
System_Index
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
609
case WellKnownType.
System_Index
:
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\WellKnownTypeValidationTests.vb (2)
529
WellKnownType.
System_Index
,
605
WellKnownType.
System_Index
,