1 write to _sourceSchema
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
59
_sourceSchema
= sourceSchema;
8 references to _sourceSchema
System.Data.Entity.Design (8)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (8)
380
ClientApiGenerator.GetElementLocationInfo(this.
_sourceSchema
, itemIdentity, out lineNumber, out linePosition);
382
_errors.Add(new EdmSchemaError(ex.Message, (int)errorCode, severity, this.
_sourceSchema
.Location, lineNumber, linePosition, ex));
388
ClientApiGenerator.GetElementLocationInfo(this.
_sourceSchema
, itemIdentity, out lineNumber, out linePosition);
390
_errors.Add(new EdmSchemaError(message, (int)errorCode, severity, this.
_sourceSchema
.Location, lineNumber, linePosition));
396
ClientApiGenerator.GetElementLocationInfo(this.
_sourceSchema
, parentIdentity, itemIdentity, out lineNumber, out linePosition);
398
_errors.Add(new EdmSchemaError(message, (int)errorCode, severity, this.
_sourceSchema
.Location, lineNumber, linePosition));
419
foreach (SOM.SchemaType type in
_sourceSchema
.SchemaTypes)
480
return
_sourceSchema
.Namespace;