Symbols\Source\SourceMemberContainerTypeSymbol.vb (25)
983location = method.Locations(0)
1020location = param.Locations(0)
1045Dim location As Location = param.Locations(0)
1091location = [property].Locations(0)
1127location = [event].Locations(0)
1920Debug.Assert(implParameter.Locations.Length = 1)
1922implParameter.Locations(0),
1941Debug.Assert(implParameter.Locations.Length = 1)
1943implParameter.Locations(0),
2165Debug.Assert(symbolToReportErrorOn.Locations.Length > 0)
2167symbolToReportErrorOn.Locations(0),
2247If typeToTest.Locations.IsEmpty Then
2252Dim typeToTestLocation = typeToTest.Locations(0)
2287CheckDefaultPropertyAgainstAllBases(Me, defaultPropertyName, propertySymbol.Locations(0), diagBag)
2291diagBag.Add(ERRID.ERR_DuplicateDefaultProps1, propertySymbol.Locations(0), GetKindText())
2952symImplicitlyDefinedBy.Locations(0),
2959Binder.ReportDiagnostic(diagBag, sym.Locations(0), ERRID.ERR_ShadowingGenericParamWithMember1, sym.Name)
3053firstAssociatedSymbol.Locations(0),
3073firstAssociatedSymbol.Locations(0),
3089secondSymbol.Locations(0),
3109firstSymbol.Locations(0),
3121firstSymbol.Locations(0),
3580ReportOverloadsErrors(comparisonResults, member, nextMember, member.Locations(0), diagnostics)
3719method), method.Locations(0))
3761ReportOverloadsErrors(comparisonResults, method, nextMethod, method.Locations(0), diagnostics)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (5)
330Binder.ReportDiagnostic(diagnostics, member.Locations(0), ERRID.ERR_MemberConflictWithSynth4,
427Binder.ReportDiagnostic(diagnostics, prop.Locations(0), ERRID.WRN_ComClassPropertySetObject1, prop)
453Binder.ReportDiagnostic(diagnostics, member.Locations(0), ERRID.ERR_ComClassGenericMethod)
494Binder.ReportDiagnostic(diagnostics, target.Locations(0), ERRID.ERR_ComClassReservedDispIdZero1, target.Name)
500Binder.ReportDiagnostic(diagnostics, target.Locations(0), ERRID.ERR_ComClassReservedDispId1, target.Name)